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

6 lines
67 B
C

#ifndef REG_LIB
#define REG_LIB
void inforeg(char*, int*);
#endif