VS2010上timer_delete为什么是未定义标示符?(已经加了<time.h>)

VS2010下timer_delete为什么是未定义标示符?(已经加了time.h)VS2010下timer_delete为什么是未定义标示符

VS2010下timer_delete为什么是未定义标示符?(已经加了<time.h>)
VS2010下timer_delete为什么是未定义标示符?(已经加了<time.h>)

[解决办法]
用了using namespace std吗?
[解决办法]
int timer_delete(timer_t timerid);
是个函数吧