#define _BSD_SOURCE
#include <stdlib.h>
int mkostemp(char *template, int flags)
{
return __mkostemps(template, 0, flags);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif
![]() |
index : grovel | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
#define _BSD_SOURCE
#include <stdlib.h>
int mkostemp(char *template, int flags)
{
return __mkostemps(template, 0, flags);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif