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