#include "common.h"
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <ctype.h>
#include <math.h>
#include <strings.h>
#include "machine.h"
#include "bu.h"
Include dependency graph for fopen_uniq.c:
Go to the source code of this file.
Functions | |
FILE * | bu_fopen_uniq (const char *outfmt, const char *namefmt, int n) |
Open a file for output. Assures that the file did not previously exist. |
Definition in file fopen_uniq.c.