1 2 3 4 5
#pragma once #include <camellia/types.h> // TODO only needed because of handle_t int fork(void); int close(handle_t h);