TwiceAsNice  2019-02-18
Functions
fitscat.c File Reference
#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"
Include dependency graph for fitscat.c:

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)
 
catstructnew_cat (int ncat)
 
int open_cat (catstruct *cat, access_type_t at)
 

Function Documentation

◆ about_cat()

int about_cat ( catstruct cat,
FILE *  stream 
)

◆ addhistoryto_cat()

int addhistoryto_cat ( catstruct cat,
char *  str 
)

◆ close_cat()

int close_cat ( catstruct cat)

◆ free_cat()

void free_cat ( catstruct **  cat,
int  ncat 
)

◆ inherit_cat()

int inherit_cat ( catstruct catin,
catstruct catout 
)

◆ init_cat()

int init_cat ( catstruct cat)

◆ map_cat()

int map_cat ( catstruct cat)

◆ new_cat()

catstruct* new_cat ( int  ncat)

◆ open_cat()

int open_cat ( catstruct cat,
access_type_t  at 
)