#ifndef DUMPMEM_LIB #define DUMPMEM_LIB #include "libc.h" #include "system.h" void mem(int argc, char *argv[]); #endif