home *** CD-ROM | disk | FTP | other *** search
-
- /* Protogen Version 1.06 Wednesday October 25, 1995 20:05:03 */
-
- /* Phitext.c */
-
- void PhiInit(void);
- void BadString(void);
- BOOL phichar(BYTE *ch, FILE *file); /* STATIC */
- BOOL philine(BYTE *buf, int len, FILE *file);
- int parsechar(BYTE **buf);
- void putphiback(int ch);
- BOOL isstartchar(int val);
- BOOL issymchar(int val);
- BOOL iswhitespacechar(int val);
- BOOL iscommentchar(int val);
- BYTE *getstringchar(BYTE *rv,BYTE *bufptr); /* STATIC */
- int getphistring(BYTE *obuf, BYTE **ibuf, int endchar);
- long getphichar(BYTE **ibuf);
- void phifg(int color, BYTE *file);
- int phiupper(int val);
- int installphichar(int curchar, BYTE *buf, int i);
- int phistreamtoflat(BYTE *out, BYTE *in, int size, BOOL useparms);
- int phicmp(BYTE *str1, BYTE *str2);