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