repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added some new headers to be a little more posix compliant.
[newos.git]
/
include
/
pwd.h
blob
116c17f6c4c4ccd2e9c3aa0dd532582ac140b775
1
/*
2
** Copyright 2004, Travis Geiselbrecht. All rights reserved.
3
** Distributed under the terms of the NewOS License.
4
*/
5
#ifndef _NEWOS_INCLUDE_PWD_H
6
#define _NEWOS_INCLUDE_PWD_H
7
8
9
10
11
#endif
12