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.
 
 
 
 
 
 

26 lines
559 B

/*************
* Header file for runcoms.c
* 1999 E. Rouat
************/
#ifndef RUNCOMS_H_INCLUDED
#define RUNCOMS_H_INCLUDED
void com_scirc(wordlist *wl);
void com_pz(wordlist *wl);
void com_op(wordlist *wl);
void com_dc(wordlist *wl);
void com_ac(wordlist *wl);
void com_tf(wordlist *wl);
void com_tran(wordlist *wl);
void com_sens(wordlist *wl);
void com_disto(wordlist *wl);
void com_noise(wordlist *wl);
void com_run(wordlist *wl);
extern FILE *rawfileFp;
extern bool rawfileBinary;
extern char *last_used_rawfile;
extern bool resumption;
#endif