7 lines
110 B
C
7 lines
110 B
C
#pragma once
|
|
|
|
typedef unsigned int useconds_t;
|
|
int usleep(useconds_t usec);
|
|
|
|
typedef unsigned long int pid_t;
|