mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
7 lines
54 B
C
7 lines
54 B
C
#ifndef PWD_H
|
|
#define PWD_H
|
|
|
|
LIST* pwd(void);
|
|
|
|
#endif
|