''
''
'' stdlib -- header translated with help of SWIG FB wrapper
''
'' NOTICE: This file is part of the FreeBASIC Compiler package and can't
''         be included in other distributions without authorization.
''
''
#ifndef __crt_unix_stdlib_bi__
#define __crt_unix_stdlib_bi__

extern "c"
declare function mkstemp (byval template_ as zstring ptr) as long
end extern

#endif '' __crt_unix_stdlib_bi__
