libite
|
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include "lite.h"
Functions | |
int | touchf (const char *fmt,...) |
Like touch() but with formatted string support. More... | |
int touchf | ( | const char * | fmt, |
... | |||
) |
Like touch() but with formatted string support.
fmt | Formatted string to be composed into a pathname |
This is a wrapper for the touch() function in lite.h, lessening the burden of having to compose the filename from parts in a seprate buffer.