#ifndef BUILTINS_H #define BUILTINS_H #include "process.h" void builtin_wait(process p, bool bind); #endif