bottleros/Userland/SampleCodeModule/shell/include/help.h

6 lines
82 B
C

#ifndef HELP_LIB
#define HELP_LIB
void help(int argc, char *argv[]);
#endif