summaryrefslogtreecommitdiffstats
path: root/02_exercise/builtins.h
blob: 1779216d93693cea59020ed476ed7f5e32445202 (plain) (blame)
1
2
3
4
5
6
7
#ifndef BUILTINS_H
#define BUILTINS_H

#include "process.h"
void builtin_wait(process p);

#endif