undefined reference to "sleep"

From: http://hi.baidu.com/amwdi/item/bf2d61075b25a1dd73e6760b windows undefined reference to "sleep" #include <stdio.h> #include <unistd.h> int main() {     printf("Test starts.\n");     sleep(1);    
相关文章
相关标签/搜索