Sign in
mojo
/
mojo-tools
/
d1338e7457cb905801b6c300f0d74860e82c631d
/
.
/
fusl
/
src
/
temp
/
mkstemps.c
blob: fda710b0d9edafc68ad2fef681e171ff87205452 [
file
]
#define
_BSD_SOURCE
#include
<stdlib.h>
#include
"libc.h"
int
__mkostemps
(
char
*,
int
,
int
);
int
mkstemps
(
char
*
template
,
int
len
)
{
return
__mkostemps
(
template
,
len
,
0
);
}
LFS64
(
mkstemps
);