Skip to main content

usleep

Function usleep 

Source
#[unsafe(no_mangle)]
pub extern "C" fn usleep(useconds: useconds_t) -> c_int
๐Ÿ‘ŽDeprecated
Expand description

See https://pubs.opengroup.org/onlinepubs/009695399/functions/usleep.html.

ยงDeprecation

The usleep() function was marked obsolescent in the Open Group Base Specifications Issue 6, and removed in Issue 7.