elemental-on-terminal/src/command.h
2025-03-24 22:27:02 -04:00

3 lines
No EOL
131 B
C

#include "map.h"
int get_command(char *command, char *command_re, char **sort_tmp);
int slash_command(char *command, hashmap *inv);