TwiceAsNice
2019-02-18
|
#include <ctype.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "define.h"
#include "globals.h"
#include "back.h"
#include "prefs.h"
#include "preflist.h"
#include "fits/fitscat.h"
Functions | |
void | dumpprefs (int state) |
void | readprefs (char *filename, char **argkey, char **argval, int narg) |
int | findkeys (char *str, char keyw[][32], int mode) |
int | cistrcmp (char *cs, char *ct, int mode) |
void | preprefs () |
void | useprefs () |
void | endprefs (void) |
int cistrcmp | ( | char * | cs, |
char * | ct, | ||
int | mode | ||
) |
void dumpprefs | ( | int | state | ) |
void endprefs | ( | void | ) |
int findkeys | ( | char * | str, |
char | keyw[][32], | ||
int | mode | ||
) |
void preprefs | ( | void | ) |
void readprefs | ( | char * | filename, |
char ** | argkey, | ||
char ** | argval, | ||
int | narg | ||
) |
void useprefs | ( | void | ) |