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

6 lines
76 B
C

#ifndef PS_LIB
#define PS_LIB
void ps(char * window, int * offset);
#endif