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

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)
 

Function Documentation

◆ cistrcmp()

int cistrcmp ( char *  cs,
char *  ct,
int  mode 
)

◆ dumpprefs()

void dumpprefs ( int  state)

◆ endprefs()

void endprefs ( void  )

◆ findkeys()

int findkeys ( char *  str,
char  keyw[][32],
int  mode 
)

◆ preprefs()

void preprefs ( void  )

◆ readprefs()

void readprefs ( char *  filename,
char **  argkey,
char **  argval,
int  narg 
)

◆ useprefs()

void useprefs ( void  )