TwiceAsNice  2019-02-18
Classes | Macros | Functions | Variables
prefs.h File Reference
#include "profit.h"
#include "pattern.h"
Include dependency graph for prefs.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  prefstruct
 

Macros

#define MAXLIST   32 /* max. nb of list members */
 

Functions

int cistrcmp (char *cs, char *ct, int mode)
 
void dumpprefs (int state)
 
void endprefs (void)
 
void preprefs (void)
 
void readprefs (char *filename, char **argkey, char **argval, int narg)
 
void useprefs (void)
 

Variables

prefstruct prefs
 

Macro Definition Documentation

◆ MAXLIST

#define MAXLIST   32 /* max. nb of list members */

Function Documentation

◆ cistrcmp()

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

◆ dumpprefs()

void dumpprefs ( int  state)

◆ endprefs()

void endprefs ( void  )

◆ preprefs()

void preprefs ( void  )

◆ readprefs()

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

◆ useprefs()

void useprefs ( void  )

Variable Documentation

◆ prefs

prefstruct prefs