index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
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); }