[
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: | Eric Merritt <cyberlync@g...> |
| Subject: | getting the system architecture |
Guys, Is there anyway to get the system architecture natively in ocaml? I found Sys.os_type but have yet to find anything comparable for the architecture. The alternative is to build out a function to get this info in C but I would rather not complicate my build (or code in C ;) Thanks, Eric