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

9 lines
110 B
C

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