Suspends execution for a specified number of microseconds
Format
#include <Xm/XmosP.h> int XmeMicroSleeplong microsecs
DESCRIPTION
XmeMicroSleep suspends execution of a client for a specified number of microseconds.
RETURN
XmeMicroSleep returns an integer value symbolizing the success or failure of the function. A return value of 0 (zero) indicates successful completion of the function. A return value of -1 indicates that something went wrong.
RELATED