www.delorie.com/djgpp/doc/libc-2.01/libc_502.html   search  
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.


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

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997