matos/userspace/unistd.h

7 lines
110 B
C
Raw Normal View History

2024-02-14 18:43:47 +01:00
#pragma once
typedef unsigned int useconds_t;
int usleep(useconds_t usec);
2024-02-14 23:20:46 +01:00
2024-02-15 18:40:45 +01:00
typedef unsigned long int pid_t;