mirror of
https://github.com/ctm/executor.git
synced 2025-02-22 09:28:58 +00:00
12 lines
385 B
C
12 lines
385 B
C
|
|
/* init.c */
|
|
void checkgrowitemarray (short numitems, ControlHandle (***items)[]);
|
|
void tail (char *path, Str255 s);
|
|
void getname (Str255 name, FILE * f);
|
|
OSErr cd (short *cwd, Str255 name);
|
|
void appenddir (char ***p, Str255 name);
|
|
OSErr getonefileinfo (FILE * f, CInfoPBRec * cpb, char ***path, short *volume);
|
|
void setupmenus (void);
|
|
void setdefaulteditor (void);
|
|
void init (void);
|