TwiceAsNice
2019-02-18
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "fitscat_defs.h"
#include "fitscat.h"
Macros | |
#define | OUTCONV(x, y) |
Functions | |
tabstruct * | asc2bin_tab (catstruct *catin, char *tabinname, catstruct *catout, char *taboutname) |
void | ttypeconv (void *ptrin, void *ptrout, t_type ttypein, t_type ttypeout) |
#define OUTCONV | ( | x, | |
y | |||
) |
tabstruct* asc2bin_tab | ( | catstruct * | catin, |
char * | tabinname, | ||
catstruct * | catout, | ||
char * | taboutname | ||
) |