libite 2.6.1
|
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include "lite.h"
Go to the source code of this file.
Functions | |
int | touchf (const char *fmt,...) |
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.