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

6 lines
74 B
C

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