1769 dladm show-link truncates OVER field
[unleashed.git] / usr / src / cmd / ssh / include / getcwd.h
blob2d9069e6e439035b9cf69bc6e105e91641fb6795
1 /* $Id: getcwd.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
3 #ifndef _GETCWD_H
4 #define _GETCWD_H
6 #pragma ident "%Z%%M% %I% %E% SMI"
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
12 #include "config.h"
14 #if !defined(HAVE_GETCWD)
16 char *getcwd(char *pt, size_t size);
18 #endif /* !defined(HAVE_GETCWD) */
20 #ifdef __cplusplus
22 #endif
24 #endif /* _GETCWD_H */