TwiceAsNice
2019-02-18
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fitscat_defs.h"
#include "fitscat.h"
Functions | |
catstruct * | read_cat (char *filename) |
catstruct * | read_cats (char **filenames, int ncat) |
tabstruct * | init_readobj (tabstruct *tab, char **pbuf) |
int | read_obj (tabstruct *keytab, tabstruct *tab, char *buf) |
int | read_obj_at (tabstruct *keytab, tabstruct *tab, char *buf, long pos) |
void | end_readobj (tabstruct *keytab, tabstruct *tab, char *buf) |
Variables | |
char | padbuf [FBSIZE] |
catstruct* read_cat | ( | char * | filename | ) |
catstruct* read_cats | ( | char ** | filenames, |
int | ncat | ||
) |
char padbuf[FBSIZE] |