libite 2.6.1
|
#include <errno.h>
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
int | fremove (const char *fmt,...) |
int fremove | ( | const char * | fmt, |
... ) |
Remove a file based on the formatted string and optional arguments
fmt | Formatted string to be composed into a pathname |
This function is an extension to remove(), lessening the burden of first having to compose the filename from parts in a seprate buffer.
ENOBUFS
if alloca() fails to get a temporary buffer for composing the file name.