git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/libpsocket - Header wrapping, byte ordering functions
[tpg/acess2.git]
/
Usermode
/
Libraries
/
libposix.so_src
/
include_exp
/
libposix_stdlib.h
1
/*
2
* Acess2 POSIX Emulation
3
* - By John Hodge (thePowersGang)
4
*
5
* stdlib.h (libposix version)
6
* - Misc functions
7
*
8
* NOTE: Included by libc's stdlib.h
9
*/
10
#ifndef _LIBPOSIX__STDLIB_H_
11
#define _LIBPOSIX__STDLIB_H_
12
13
extern int mkstemp(char *_template);
14
15
16
#endif
17
UCC
git Repository :: git.ucc.asn.au