blob: 37cb531e4f9fc19b9bcd8c51b37fcb8115573b3a (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Copyright Vladimir Prus 2002. Distributed under the Boost */
/* Software License, Version 1.0. (See accompanying */
/* file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */
#ifndef PWD_H
#define PWD_H
LIST* pwd(void);
#endif
|