5 lines
105 B
C
5 lines
105 B
C
#ifndef _PHP_WIN32_UNISTD_H
|
|
#define _PHP_WIN32_UNISTD_H
|
|
PHPAPI int usleep(unsigned int useconds);
|
|
#endif
|