summaryrefslogtreecommitdiff
path: root/openbsd-compat/getcwd.h
blob: 1137b3ed55bc379527a696ac5f00df9e43b38dcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: getcwd.h,v 1.2 2001/02/09 01:55:36 djm 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 */