mods for new formal routine syntax
[unix-history] / usr / src / usr.bin / pascal / libpc / libpc.h
CommitLineData
881ca054
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
492cc5d3 3/* static char sccsid[] = "@(#)libpc.h 1.2 %G%"; */
881ca054 4
492cc5d3
KM
5extern FILE *ACTFILE();
6extern long *ADDT();
7extern long CARD();
8extern char CHR();
9extern long CLCK();
10extern long *CTTOT();
11extern long ERROR();
12extern long EXPO();
13extern char *FNIL();
14extern long FCALL();
15extern struct formalrtn *FSAV();
16extern long FRET();
17extern struct iorec *GETNAME();
18extern bool IN();
19extern bool INCT();
881ca054 20extern double LN();
492cc5d3
KM
21extern long MAX();
22extern long *MULT();
23extern char *NAM();
24extern char *NIL();
25extern long PRED();
881ca054 26extern double RANDOM();
492cc5d3
KM
27extern char READC();
28extern long READ4();
29extern long READE();
881ca054 30extern double READ8();
492cc5d3
KM
31extern bool RELNE();
32extern bool RELEQ();
33extern bool RELSLT();
34extern bool RELSLE();
35extern bool RELSGT();
36extern bool RELSGE();
37extern bool RELGLT();
38extern bool RELGLE();
39extern bool RELGGT();
40extern bool RELGGE();
41extern long ROUND();
42extern long RANG4();
43extern long RSNG4();
44extern long SCLCK();
45extern long SEED();
46extern double SQRT();
47extern long SUBSC();
48extern long SUBSCZ();
49extern long *SUBT();
50extern long SUCC();
51extern long TELL();
52extern bool TEOF();
53extern bool TEOLN();
54extern long TRUNC();
881ca054 55extern struct iorec *UNIT();