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

6 lines
80 B
C

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