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

6 lines
80 B
C

#ifndef PIPES_LIB
#define PIPES_LIB
void pipes(int argc, char *argv[]);
#endif