Rivoreo Source Code Repositories
src.rivoreo.one
/
security
/
openssh-library
/
36579d3daa83a41059adaea84a9e75693185b51c
/
.
/
bsd-getcwd.h
blob: bee73865718b5eecc4893b3e4ab111615282c3b3 [
file
] [
log
] [
blame
] [
raw
]
#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 */