mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 05:46:20 +00:00
7 lines
75 B
C
7 lines
75 B
C
#ifndef COMMAND_H
|
|
#define COMMAND_H
|
|
|
|
int process_input(char *inp);
|
|
|
|
#endif
|