#include <assert.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <fcntl.h>#include <sys/stat.h>#include <unistd.h>#include "abc_global.h"
Go to the source code of this file.
Functions | |
| int | tmpFile (const char *prefix, const char *suffix, char **out_name) |
| char * | vnsprintf (const char *format, va_list args) |
| char * | nsprintf (const char *format,...) |
| char * nsprintf | ( | const char * | format, |
| ... ) |
Definition at line 233 of file utilFile.c.

Function*************************************************************
Synopsis [Opens a temporary file.]
Description [Opens a temporary file with given prefix and returns file descriptor (-1 on failure) and a string containing the name of the file (to be freed by caller).]
SideEffects []
SeeAlso []
Definition at line 106 of file utilFile.c.


| char * vnsprintf | ( | const char * | format, |
| va_list | args ) |
Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso [] Function*************************************************************
Synopsis []
Description []
SideEffects []
SeeAlso []
Definition at line 196 of file utilFile.c.
