Sign in
plan9port
/
plan9
/
6bdad3d616e85fa078f2de160d9da66cc4f90f9d
/
.
/
src
/
lib9
/
opentemp.c
blob: ff2b3f81bf90aea651c4a922c21fbf5136108e6e [
file
] [
log
] [
blame
]
#include
<u.h>
#include
<libc.h>
int
opentemp
(
char
*
template
)
{
return
mkstemp
(
template
);
}