mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
5 lines
99 B
C
5 lines
99 B
C
#ifndef _PHP_WIN32_UNISTD_H
|
|
#define _PHP_WIN32_UNISTD_H
|
|
void usleep(unsigned int useconds);
|
|
#endif
|