interp.p

来自「CC386 is a general-purpose 32-bit C comp」· P 代码 · 共 35 行

P
35
字号

/* Protogen Version 1.00 Monday September 16, 1996  10:36:23 */

                              /* Phitext.c */

void PhiInit(void);
void BadString(void);
BOOL phichar(BYTE *ch, FILE *file);                               /* STATIC */
BOOL philine(BYTE *buf, int len, FILE *file);
short parsechar(BYTE **buf);
void putphiback(short ch);
BOOL isstartchar(short val);
BOOL issymchar(short val);
BOOL iswhitespacechar(short val);
BOOL iscommentchar(short val);
BYTE *getstringchar(BYTE *rv,BYTE *bufptr);                       /* STATIC */
short getphistring(BYTE *obuf, BYTE **ibuf, short endchar);
long getphichar(BYTE **ibuf);
void phifg(int color, FILE *file);
short phiupper(short val);
int installphichar(short curchar, BYTE *buf, int i);
short phistreamtoflat(BYTE *out, BYTE *in, int size, BOOL useparms);
int phicmp(BYTE *str1, BYTE *str2);

                               /* Pstr.c */

int pstrncmp(short *str1, short *str2,int n);
int pstrcmp(short *str1, short *str2);
void pstrcpy(short *str1, short *str2);
void pstrncpy(short *str1, short *str2, int len);
void pstrcat(short *str1,short *str2);
short *pstrchr(short *str, short ch);
short *pstrrchr(short *str, short ch);
int pstrlen(short *s);
short *pstrstr(short *str1, short *str2);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?