matos/userspace/unistd.h

7 lines
96 B
C

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