#pragma once #include #include __BEGIN_DECLS #define WNOHANG 1 pid_t wait(int* wstatus); __END_DECLS