TwiceAsNice
2019-02-18
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fitscat_defs.h"
#include "fitscat.h"
Functions | |
int | get_head (tabstruct *tab) |
void | readbasic_head (tabstruct *tab) |
int | readbintabparam_head (tabstruct *tab) |
int | update_head (tabstruct *tab) |
int | prim_head (tabstruct *tab) |
int | ext_head (tabstruct *tab) |
int | addkeyto_head (tabstruct *tab, keystruct *key) |
int | addkeywordto_head (tabstruct *tab, char *keyword, char *comment) |
int | removekeywordfrom_head (tabstruct *tab, char *keyword) |
int | tformof (char *str, t_type ttype, int n) |
int | tsizeof (char *str) |
t_type | ttypeof (char *str) |
char * | tdisptoprintf (char *tdisp, char *str) |
char * | printftotdisp (char *cprintf, char *str) |
Variables | |
char | histokeys [][12] |
const int | t_size [] = {1, 2, 4, 8, 4, 8, 1} |
int addkeywordto_head | ( | tabstruct * | tab, |
char * | keyword, | ||
char * | comment | ||
) |
int ext_head | ( | tabstruct * | tab | ) |
int get_head | ( | tabstruct * | tab | ) |
int prim_head | ( | tabstruct * | tab | ) |
char* printftotdisp | ( | char * | cprintf, |
char * | str | ||
) |
void readbasic_head | ( | tabstruct * | tab | ) |
int readbintabparam_head | ( | tabstruct * | tab | ) |
int removekeywordfrom_head | ( | tabstruct * | tab, |
char * | keyword | ||
) |
char* tdisptoprintf | ( | char * | tdisp, |
char * | str | ||
) |
int tformof | ( | char * | str, |
t_type | ttype, | ||
int | n | ||
) |
int tsizeof | ( | char * | str | ) |
t_type ttypeof | ( | char * | str | ) |
int update_head | ( | tabstruct * | tab | ) |
char histokeys[][12] |
const int t_size[] = {1, 2, 4, 8, 4, 8, 1} |