Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
3cb84e5ec8a8d4297981aca60ac4fced346eea41
/
.
/
openbsd-compat
/
getcwd.h
blob: 1137b3ed55bc379527a696ac5f00df9e43b38dcd [
file
] [
log
] [
blame
]
/* $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 */