12076Smckusick /* Copyright (c) 1979 Regents of the University of California */ 22076Smckusick 3*3042Smckusic /* static char sccsid[] = "@(#)libpc.h 1.2 03/07/81"; */ 42076Smckusick 5*3042Smckusic extern FILE *ACTFILE(); 6*3042Smckusic extern long *ADDT(); 7*3042Smckusic extern long CARD(); 8*3042Smckusic extern char CHR(); 9*3042Smckusic extern long CLCK(); 10*3042Smckusic extern long *CTTOT(); 11*3042Smckusic extern long ERROR(); 12*3042Smckusic extern long EXPO(); 13*3042Smckusic extern char *FNIL(); 14*3042Smckusic extern long FCALL(); 15*3042Smckusic extern struct formalrtn *FSAV(); 16*3042Smckusic extern long FRET(); 17*3042Smckusic extern struct iorec *GETNAME(); 18*3042Smckusic extern bool IN(); 19*3042Smckusic extern bool INCT(); 202076Smckusick extern double LN(); 21*3042Smckusic extern long MAX(); 22*3042Smckusic extern long *MULT(); 23*3042Smckusic extern char *NAM(); 24*3042Smckusic extern char *NIL(); 25*3042Smckusic extern long PRED(); 262076Smckusick extern double RANDOM(); 27*3042Smckusic extern char READC(); 28*3042Smckusic extern long READ4(); 29*3042Smckusic extern long READE(); 302076Smckusick extern double READ8(); 31*3042Smckusic extern bool RELNE(); 32*3042Smckusic extern bool RELEQ(); 33*3042Smckusic extern bool RELSLT(); 34*3042Smckusic extern bool RELSLE(); 35*3042Smckusic extern bool RELSGT(); 36*3042Smckusic extern bool RELSGE(); 37*3042Smckusic extern bool RELGLT(); 38*3042Smckusic extern bool RELGLE(); 39*3042Smckusic extern bool RELGGT(); 40*3042Smckusic extern bool RELGGE(); 41*3042Smckusic extern long ROUND(); 42*3042Smckusic extern long RANG4(); 43*3042Smckusic extern long RSNG4(); 44*3042Smckusic extern long SCLCK(); 45*3042Smckusic extern long SEED(); 46*3042Smckusic extern double SQRT(); 47*3042Smckusic extern long SUBSC(); 48*3042Smckusic extern long SUBSCZ(); 49*3042Smckusic extern long *SUBT(); 50*3042Smckusic extern long SUCC(); 51*3042Smckusic extern long TELL(); 52*3042Smckusic extern bool TEOF(); 53*3042Smckusic extern bool TEOLN(); 54*3042Smckusic extern long TRUNC(); 552076Smckusick extern struct iorec *UNIT(); 56