struct-lab-03/cmd.h

7 lines
95 B
C

#include "config.h"
const char cd_c[] = "cd";
const char ls_c[] = "ls";
int get_command();