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