[
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: | Sébastien Hinderer <Sebastien.Hinderer@e...> |
| Subject: | Should one use caml_ prefix in C code ? |
Dear all, Among Caml header files is one called compatibility.h. This file defines macros allowing one to use, say, copy_string rather than caml_copy_string when writing stub functions. But what is the recommended style for writing stubs ? Should the caml_ prefix be used, or not ? The documentation does not seem to mention anything about that. Thanks, Sébastien.