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

6 lines
80 B
C

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