📜  如何让我的函数在继续 C 之前等待 1 秒 - 无论代码示例

📅  最后修改于: 2022-03-11 14:55:32.802000             🧑  作者: Mango

代码示例1
#include  /* must include in file */

sleep(x);

/* x is an int, and the number of seconds to pause */