#pragma once typedef unsigned int useconds_t; int usleep(useconds_t usec); typedef int pid_t;