protected versus libc functions
Posted: Wed Mar 24, 2004 10:23 pm
Lutz,
Actualy this should not occeur but its posisble, newlisp has some function
names "not much, luckely" that overlap 100% the C function names..
An example is "getenv" which occeurs in libc but also in libncurses, so
if you want to import it the "protection" error pops up... This all is not a problem
though to make newlisp functions unique an option could be to place an "-"
in between i.e. get-env to make it more newlispy...?
Well it not a big issue actualy because if you know its predefined in newlisp...
Norman.
Actualy this should not occeur but its posisble, newlisp has some function
names "not much, luckely" that overlap 100% the C function names..
An example is "getenv" which occeurs in libc but also in libncurses, so
if you want to import it the "protection" error pops up... This all is not a problem
though to make newlisp functions unique an option could be to place an "-"
in between i.e. get-env to make it more newlispy...?
Well it not a big issue actualy because if you know its predefined in newlisp...
Norman.