php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
unistd.h
Go to the documentation of this file.
1#ifndef _PHP_WIN32_UNISTD_H
2#define _PHP_WIN32_UNISTD_H
3PHPAPI int usleep(unsigned int useconds);
4#endif
#define PHPAPI
Definition php.h:71
PHPAPI int usleep(unsigned int useconds)
Definition time.c:66