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

6 lines
60 B
C

#ifndef HELP_LIB
#define HELP_LIB
void help();
#endif