xref: /PHP-7.2/win32/unistd.h (revision a5670004)
1 #ifndef _PHP_WIN32_UNISTD_H
2 #define _PHP_WIN32_UNISTD_H
3 PHPAPI int usleep(unsigned int useconds);
4 #endif
5 
6 /*
7  * Local variables:
8  * tab-width: 4
9  * c-basic-offset: 4
10  * End:
11  * vim600: sw=4 ts=4 fdm=marker
12  * vim<600: sw=4 ts=4
13  */
14