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

6 lines
88 B
C

#ifndef MEM_LIB
#define MEM_LIB
void printmem(char* window, int* offset, long);
#endif