2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-12 12:02:24 +00:00
Files
build/src/engine/pwd.h
Vladimir Prus 2e1a10b500 Added the 'PWD' builtin.
[SVN r13117]
2002-03-07 09:02:01 +00:00

7 lines
54 B
C

#ifndef PWD_H
#define PWD_H
LIST* pwd(void);
#endif