Proper way to access posix functions

Byron Heads wyverex.cypher at gmail.com
Thu Jun 17 13:09:29 PDT 2010


Whats the proper way to get access to some of the Posix functions?

ie. fork setsid...

import core.sys.posix.unistd;  //? Is it proper to import from core.sys ?

-B


More information about the Digitalmars-d-learn mailing list