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

6 lines
78 B
C

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