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

6 lines
87 B
C

#ifndef HELP_LIB
#define HELP_LIB
void help(char * window, int * offset);
#endif