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

9 lines
113 B
C

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