matos/userspace/unistd.h

5 lines
76 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);