You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
338 B

/*************
* Header file for options.c
* 1999 E. Rouat
************/
#ifndef OPTIONS_H_INCLUDED
#define OPTIONS_H_INCLUDED
struct variable * cp_enqvar(char *word);
void cp_usrvars(struct variable **v1, struct variable **v2);
struct line * inp_getopts(struct line *deck);
int cp_usrset(struct variable *var, bool isset);
#endif