Sign in
mojo
/
mojo
/
ed4bdf2b045dcf76699eb5095f037df4b8750a28
/
.
/
fusl
/
src
/
temp
/
mkstemp.c
blob: 85764af7cd35daa720d41021dbc8bd2803e020e4 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
#include
"libc.h"
int
__mkostemps
(
char
*,
int
,
int
);
int
mkstemp
(
char
*
template
)
{
return
__mkostemps
(
template
,
0
,
0
);
}
LFS64
(
mkstemp
);