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

6 lines
61 B
C

#ifndef MEM_LIB
#define MEM_LIB
void printmem(long);
#endif