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

6 lines
52 B
C

#ifndef SEM_LIB
#define SEM_LIB
void sem();
#endif