TwiceAsNice
2019-02-18
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <time.h>
#include "fitscat_defs.h"
#include "fitscat.h"
Functions | |
int | about_cat (catstruct *cat, FILE *stream) |
int | addhistoryto_cat (catstruct *cat, char *str) |
int | close_cat (catstruct *cat) |
void | free_cat (catstruct **cat, int ncat) |
int | inherit_cat (catstruct *catin, catstruct *catout) |
int | init_cat (catstruct *cat) |
int | map_cat (catstruct *cat) |
catstruct * | new_cat (int ncat) |
int | open_cat (catstruct *cat, access_type_t at) |
int about_cat | ( | catstruct * | cat, |
FILE * | stream | ||
) |
int addhistoryto_cat | ( | catstruct * | cat, |
char * | str | ||
) |
int close_cat | ( | catstruct * | cat | ) |
void free_cat | ( | catstruct ** | cat, |
int | ncat | ||
) |
int init_cat | ( | catstruct * | cat | ) |
int map_cat | ( | catstruct * | cat | ) |
catstruct* new_cat | ( | int | ncat | ) |
int open_cat | ( | catstruct * | cat, |
access_type_t | at | ||
) |