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

9 lines
117 B
C

#ifndef PIPES_LIB
#define PIPES_LIB
#include "libc.h"
#include "shell.h"
void pipe(int argc, char *argv[]);
#endif