【程式名稱】:極速跑跑 1.1816.0.0 FIX3
【程式格式】:dll
【程式大小】:2.86MB
【程式載點】:
【程式格式】:dll
【程式大小】:2.86MB
【程式載點】:
/*Tobyworks August/17/2012*/ #include <stdio.h> int main(int argc,int* argv[]) { if(argc>1&&argv[1]) { int time = atoi(argv[1]); if(time) _sleep(time); else printf("command: wait time(millisecond) e.g.:\nwait 1000\n"); } else printf("command: wait time(millisecond) e.g.:\nwait 1000\n"); return 0; }
wait 500:等待500毫秒。
wait 任意引數或空白:顯示說明。
|