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

6 lines
71 B
C

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