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

9 lines
121 B
C

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