xref: /csrg-svn/usr.bin/pascal/libpc/libpc.h (revision 3305)
12076Smckusick /* Copyright (c) 1979 Regents of the University of California */
22076Smckusick 
3*3305Smckusic /* static char sccsid[] = "@(#)libpc.h 1.3 03/19/81"; */
42076Smckusick 
53042Smckusic extern FILE *ACTFILE();
63042Smckusic extern long *ADDT();
73042Smckusic extern long CARD();
83042Smckusic extern char CHR();
93042Smckusic extern long CLCK();
103042Smckusic extern long *CTTOT();
113042Smckusic extern long ERROR();
123042Smckusic extern long EXPO();
133042Smckusic extern char *FNIL();
143042Smckusic extern long FCALL();
153042Smckusic extern struct formalrtn *FSAV();
163042Smckusic extern long FRET();
173042Smckusic extern struct iorec *GETNAME();
183042Smckusic extern bool IN();
193042Smckusic extern bool INCT();
202076Smckusick extern double LN();
213042Smckusic extern long MAX();
223042Smckusic extern long *MULT();
233042Smckusic extern char *NAM();
243042Smckusic extern char *NIL();
253042Smckusic extern long PRED();
262076Smckusick extern double RANDOM();
273042Smckusic extern char READC();
283042Smckusic extern long READ4();
293042Smckusic extern long READE();
302076Smckusick extern double READ8();
313042Smckusic extern bool RELNE();
323042Smckusic extern bool RELEQ();
333042Smckusic extern bool RELSLT();
343042Smckusic extern bool RELSLE();
353042Smckusic extern bool RELSGT();
363042Smckusic extern bool RELSGE();
37*3305Smckusic extern bool RELTLT();
38*3305Smckusic extern bool RELTLE();
39*3305Smckusic extern bool RELTGT();
40*3305Smckusic extern bool RELTGE();
413042Smckusic extern long ROUND();
423042Smckusic extern long RANG4();
433042Smckusic extern long RSNG4();
443042Smckusic extern long SCLCK();
453042Smckusic extern long SEED();
463042Smckusic extern double SQRT();
473042Smckusic extern long SUBSC();
483042Smckusic extern long SUBSCZ();
493042Smckusic extern long *SUBT();
503042Smckusic extern long SUCC();
513042Smckusic extern long TELL();
523042Smckusic extern bool TEOF();
533042Smckusic extern bool TEOLN();
543042Smckusic extern long TRUNC();
552076Smckusick extern struct iorec *UNIT();
56