TwiceAsNice
2019-02-18
|
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fitscat_defs.h"
#include "fitscat.h"
Macros | |
#define | CLEANUP_NFILES 64 |
Functions | |
void | cleanup_files (void) |
void | add_cleanupfilename (char *filename) |
void | remove_cleanupfilename (char *filename) |
void | install_cleanup (void(*func)(void)) |
void | signal_function (int signum) |
Variables | |
void(* | exit_func )(void) |
char ** | cleanup_filename |
int | cleanup_nfiles |
#define CLEANUP_NFILES 64 |
void add_cleanupfilename | ( | char * | filename | ) |
void cleanup_files | ( | void | ) |
void install_cleanup | ( | void(*)(void) | func | ) |
void remove_cleanupfilename | ( | char * | filename | ) |
void signal_function | ( | int | signum | ) |
char** cleanup_filename |
int cleanup_nfiles |
void(* exit_func) (void) |