[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: different procedures for different functions

This page is part of the web mail archives of SRFI 98 from before July 7th, 2015. The new archives for SRFI 98 contain all messages, not just those from before July 7th, 2015.



Hallo,

Neil Van Dyke wrote:

Or, as long as we're saying "posix", we can just use the Posix names (I'm not sure all these are strictly Posix):

   posix-getenv
   posix-environ
   posix-putenv
   posix-setenv
   posix-unsetenv


getenv is ANSI C, besides, Windows has putenv. I guess that using this POSIX naming scheme will confuse people running a non-POSIX system.

Cheers,
-alex
http://www.ventonegro.org/