linux specific import

anupam kapoor anupam.kapoor at gmail.com
Sat Apr 14 11:46:11 PDT 2007


hi all,

i am trying out a trivial daytime-client for getting my feet wet with sockets programming using D. 

all "unistd.h" stuff e.g. read/write/dup/dup2/... have been exported to D via the "std.c.linux.linux" module as defined in "std/c/linux/linux.d". 

i was just curious about the "std.c.linux.linux" module name. any reason for not using a simple "std.c.linux" or perhaps "std.c.linux.unistd" ?

thanks
anupam


More information about the Digitalmars-d-learn mailing list