home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-07-09 | 459 b | 15 lines | [TEXT/BOBO] |
- /* prototypes.h for SAT Quizzer v0.3 */
-
- char getchln(void);
- void initwords(allwords newwords);
- void initrandom(void);
- void getdatafile(allwords vocabulary);
- void gettextfile(allwords vocabulary);
- wordlist wordalloc();
- wordlist assemblelist(allwords vocabulary);
- void putdatafile(wordlist listofwords);
- void quiz(wordlist listofwords);
- void printpos(postype postoprint);
- char showchoices(ptrarray nodeptrs, meaningtype correctmeaning, postype
- correctpos);
-