digitalmars.D.learn - Proper way to access posix functions
- Byron Heads (4/4) Jun 17 2010 Whats the proper way to get access to some of the Posix functions?
- Lars T. Kyllingstad (3/8) Jun 17 2010 Yes, that is correct. :)
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
Jun 17 2010
On Thu, 17 Jun 2010 20:09:29 +0000, Byron Heads wrote: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.sysYes, that is correct. :) -Lars
Jun 17 2010