Go to the first, previous, next, last section, table of contents.


pause

Syntax

#include <unistd.h>

int pause(void);

Description

This function just calls __dpmi_yield() (see section __dpmi_yield) to give up a slice of the CPU.

Return Value

Zero.

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.