blob: bee73865718b5eecc4893b3e4ab111615282c3b3 [file] [log] [blame]
Ben Lindstromb4df15d2000-10-15 00:17:36 +00001#ifndef _BSD_GETCWD_H
2#define _BSD_GETCWD_H
3#include "config.h"
4
5#if !defined(HAVE_GETCWD)
6
7char *getcwd(char *pt, size_t size);
8
9#endif /* !defined(HAVE_GETCWD) */
10#endif /* _BSD_GETCWD_H */