summaryrefslogtreecommitdiffstats
path: root/03_exercise/srv/shell.h
blob: 3c798440e045a3200cdfe022e4759e61890dd261 (plain) (blame)
1
2
3
4
5
6
#ifndef BETRIEBSYSTEME_SHELL_H
#define BETRIEBSYSTEME_SHELL_H

int shell(int in_fd);

#endif //BETRIEBSYSTEME_SHELL_H