blob: 37cb531e4f9fc19b9bcd8c51b37fcb8115573b3a [file] [log] [blame]
/* 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