posixplz.h(0)
limb manual
posixplz.h(0)
NAME
posixplz.h - functions that maybe should be in POSIX :-)
SYNOPSIS
#include <limb/posixplz.h>
DESCRIPTION
This header defines functions that aren't but maybe should be in POSIX.
skalibs
This header is a complement to skalibs' own header, intended to be used as a "replacement". However, instead of re-inventing the wheel, it depends/includes skalibs' header, and some of the functions below are actually implemented in skalibs, or macros to such functions.
Functions
The following functions/macros are defined :
To open a new temporary file.
Similar to mkfiletemp(3) only with a file descriptor for relative path.
To "touch" a file, i.e. update its atime & mtime to the current time.
To remove a file without affecting errno
.
Similar to unlink_void(3) only with a file descriptor for relative path.