Usermode/libc - Fix strchr and strrchr behavior
[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