Go to the first, previous, next, last section, table of contents.
#include <unistd.h> int pause(void);
This function just calls __dpmi_yield()
(see section __dpmi_yield)
to give up a slice of the CPU.
Zero.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.