1 2 3 4 5 6 7
#include <stdlib.h> #include <stdint.h> #include <string.h> #include "spawn_utils.h" int main() { return simple_spawn(2); }