📄 spawner.p
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -