PDA

View Full Version : Fork, Wait, Exit, Getenv, Setenv, ...


xterico
October 26th, 2005, 04:55 AM
Sorry, but i'm spanish and i don't write in english very well.

I'm programming in C/C++ an application that uses syscalls like: fork, wait, exit, getenv, setenv, ... libraries to handle processes. What package i have to install?

(Practice of Operating Systems)

Thanks.

toojays
October 26th, 2005, 05:39 AM
The functions you refer to are all part of the POSIX standard. All you need is build-essential and glibc-doc.

Your English is fine for this forum.