php-src/win32/unistd.h

5 lines
105 B
C
Raw Normal View History

2001-06-28 23:28:25 +00:00
#ifndef _PHP_WIN32_UNISTD_H
#define _PHP_WIN32_UNISTD_H
PHPAPI int usleep(unsigned int useconds);
2001-06-28 23:28:25 +00:00
#endif