1 2 3 4 5 6 7 8 9 10 11 12
/* ISC license. */ /* MT-unsafe */ #include <sys/types.h> #include <skalibs/skamisc.h> #include <skalibs/unix-transactional.h> int openwritenclose (char const *fn, char const *s, size_t len) { return openwritenclose_tmp(fn, s, len, &satmp) ; }