php-src/win32/unistd.h

5 lines
99 B
C
Raw Normal View History

2001-06-29 07:28:25 +08:00
#ifndef _PHP_WIN32_UNISTD_H
#define _PHP_WIN32_UNISTD_H
void usleep(unsigned int useconds);
#endif