recreations/src/command.h

9 lines
121 B
C
Raw Normal View History

2024-10-05 20:22:53 +02:00
#ifndef COMMAND_H
#define COMMAND_H
#include "parse.h"
unsigned char invoke(struct Args args);
#endif /* COMMAND_H */