mirror of
https://github.com/Kiritow/LuaEngine.git
synced 2024-03-22 13:11:45 +08:00
7 lines
113 B
C
7 lines
113 B
C
|
#include "include.h"
|
||
|
|
||
|
/*
|
||
|
select(readset, writeset, errorset, microseconds)
|
||
|
microseconds: 1 / 1,000,000 second
|
||
|
*/
|