matos/userspace/unistd.h

5 lines
76 B
C

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