summaryrefslogtreecommitdiff
path: root/21sh/mypipe/mypipe.h
blob: d8c14e44baa21b618210d505e3f67c498e5fd0a7 (plain)
1
2
3
4
5
6
#ifndef MYPIPE_H
#define MYPIPE_H

int exec_pipe(char **argv_left, char **argv_right);

#endif /* ! MYPIPE_H */