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

6 lines
58 B
C

#ifndef CLEAR_LIB
#define CLEAR_LIB
void clear();
#endif