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

6 lines
79 B
C

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