#ifndef SEM_LIB
#define SEM_LIB

void sem(int argc, char *argv[]);

#endif