Talk:Process.h

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Pelles C, a fork of lcc, supports this header. [Help files packaged with Pelles C]

97.117.0.120 (talk) 03:16, 17 November 2012 (UTC)[reply]

Can you back up with references, the fact that the argument length of spawn* must not exceed 128 characters ? DJGPP libc reference mention a length 126( which does not apply to DJGPP ).

Quote from MSDN title "To pass arguments to the new process, give one or more pointers to character strings as arguments in the _spawn call. These character strings form the argument list for the spawned process. The combined length of the strings forming the argument list for the new process must not exceed 1024 bytes. The terminating null character ('\0') for each string is not included in the count, but space characters (automatically inserted to separate arguments) are included."

So I guess the article should mention about other implementation, rather than offering Digital Mars as a defacto. unsigned comment by User:Muttley.meen

unistd.h[edit]

The functions exec* are in the POSIX unistd.h header. JeromeJerome (talk) 11:59, 28 November 2007 (UTC)[reply]