[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Matt Gushee <mgushee@h...> |
| Subject: | Re: [Caml-list] Sys.setenv or equivalent? |
Eric Cooper wrote: > Is there any way to do setenv() from within OCaml? I want to set an > environment variable that will be used by a C library that my OCaml > program calls. I know it's a simple C stub, but it would be nice if > it were in Sys along with getenv. How about Unix.putenv? -- Matt Gushee Englewood, CO, USA