summaryrefslogtreecommitdiff
path: root/other/ssharp/openbsd-compat/getcwd.h
blob: abead5b76b4fbbf612223583943da4d35adafd71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: getcwd.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */

#ifndef _BSD_GETCWD_H 
#define _BSD_GETCWD_H
#include "config.h"

#if !defined(HAVE_GETCWD)

char *getcwd(char *pt, size_t size);

#endif /* !defined(HAVE_GETCWD) */
#endif /* _BSD_GETCWD_H */