mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
4 lines
99 B
C
4 lines
99 B
C
#ifndef _PHP_WIN32_UNISTD_H
|
|
#define _PHP_WIN32_UNISTD_H
|
|
void usleep(unsigned int useconds);
|
|
#endif
|