1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 00:18:23 +02:00
Files
archived-php-src/win32/unistd.h
T
2001-06-28 23:28:25 +00:00

5 lines
99 B
C

#ifndef _PHP_WIN32_UNISTD_H
#define _PHP_WIN32_UNISTD_H
void usleep(unsigned int useconds);
#endif