-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The usleep() function is usually found in unistd.h. Is there a reason it's in hal.h?
usleep(3) Library Functions Manual usleep(3)
NAME [top](https://www.man7.org/linux/man-pages/man3/usleep.3.html#top_of_page)
usleep - suspend execution for microsecond intervals
LIBRARY [top](https://www.man7.org/linux/man-pages/man3/usleep.3.html#top_of_page)
Standard C library (libc, -lc)
SYNOPSIS [top](https://www.man7.org/linux/man-pages/man3/usleep.3.html#top_of_page)
#include <unistd.h>
int usleep(useconds_t usec);
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request