mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +00:00
8 lines
311 B
C
8 lines
311 B
C
void intr (int sig, int code);
|
|
void lostpeer (int sig, int code);
|
|
int cmdscanner (int top);
|
|
struct cmd *getcmd (char *name);
|
|
void makeargv (void);
|
|
char *slurpstring (void);
|
|
void help (int argc, char **argv);
|