“C delay” Code Answer's ... #include <unistd.h> //you need this for linux! ... #include <dos.h> //you need this for Windows! ... sleep(5); // format is sleep(x); ...
確定! 回上一頁