Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
musl
/
src
/
temp
/
mkstemp.c
blob: 76c835bb01bc50806a0fcab39cec4a727d32db6e [
file
]
#include
<stdlib.h>
int
mkstemp
(
char
*
template
)
{
return
__mkostemps
(
template
,
0
,
0
);
}