spawner.p
来自「CC386 is a general-purpose 32-bit C comp」· P 代码 · 共 15 行
P
15 行
/* Protogen Version 1.07 Wednesday November 01, 1995 17:42:53 */
/* Spawner.c */
FILE *CreateFile(void);
void CloseFile(FILE *fh);
void DeleteFiles(void);
int SpawnOne(short *command);
void InsertString(short *buffer, short *new , short len);
void us(char *string, char data);
short *ExpandFiles(short **obuf, short **ibuf, int *len, short **files, int flags, short **implicit, BOOL onlyone);
void InsertFiles(short *obuf, short *ibuf, short **files,short *itarget,BOOL oneatatime, BOOL implicit);
int SpawnTarget(short *target, short *files, BOOL implicit);
void DoTargets(FILEREC *list);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?