repo.or.cz
/
unleashed.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
1769 dladm show-link truncates OVER field
[unleashed.git]
/
usr
/
src
/
cmd
/
ssh
/
include
/
getcwd.h
blob
2d9069e6e439035b9cf69bc6e105e91641fb6795
1
/* $Id: getcwd.h,v 1.2 2001/02/09 01:55:36 djm Exp $ */
2
3
#ifndef _GETCWD_H
4
#define _GETCWD_H
5
6
#pragma ident
"%Z%%M% %I% %E% SMI"
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
#include
"config.h"
13
14
#if !defined(HAVE_GETCWD)
15
16
char
*
getcwd
(
char
*
pt
,
size_t
size
);
17
18
#endif
/* !defined(HAVE_GETCWD) */
19
20
#ifdef __cplusplus
21
}
22
#endif
23
24
#endif
/* _GETCWD_H */