www.delorie.com/djgpp/doc/libc/libc_338.html   search  
libc.a reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

fork

Syntax

 
#include <unistd.h>

pid_t fork(void);

Description

This function always returns -1 and sets errno to ENOMEM, as MS-DOS does not support multiple processes. It exists only to assist in porting Unix programs.

Portability

ANSI/ISO C No
POSIX 1003.2-1992; 1003.1-2001


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Apr 2004