us
来自「Algorithms for Image Processing and Comp」· 代码 · 共 26 行
TXT
26 行
@c ----------------------------------------------------------------------
@node usleep, process
@heading @code{usleep}
@subheading Syntax
@example
#include <osfcn.h>
unsigned usleep(unsigned usec);
@end example
@subheading Description
This function pauses the program for @var{usec} microseconds.
@subheading Return Value
The number of unsleept microseconds (i.e. zero).
@subheading Example
@example
usleep(500000);
@end example
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?