import cbaos v0.1
[cbaos.git] / cbashell / command.h
blob8eafb862861a15c53ef86c202a7cdeb5c239122f
1 #ifndef _COMMAND_H_
2 #define _COMMAND_H_
4 extern int (* const command_list[])(const char *cmd);
6 #endif