index
:
musl
awilfox/monotonic-dns
lookup-serv
master
posix-compliance
ustat
The musl libc tree (WIP / dev branches)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
temp
/
mkstemp.c
blob: 76c835bb01bc50806a0fcab39cec4a727d32db6e (
plain
) (
blame
)
1
2
3
4
5
6
#include
<stdlib.h>
int
mkstemp
(
char
*
template
)
{
return
__mkostemps
(
template
,
0
,
0
);
}