summaryrefslogtreecommitdiff
path: root/src/libposixplz/mkptemp.c
blob: 2c3e8179752f904a47fd22157686a966466dbab4 (plain)
1
2
3
4
5
6
7
8
/* ISC license. */

#include <skalibs/posixplz.h>

int mkptemp (char *s)
{
  return mkptemp2(s, 0) ;
}