Display title | Call a function in a shared library/OCaml |
Default sort key | Call a function in a shared library/OCaml |
Page length (in bytes) | 11,423 |
Namespace ID | 0 |
Page ID | 4928 |
Page content language | en - English |
Page content model | wikitext |
Indexing by robots | Allowed |
Number of redirects to this page | 0 |
Number of subpages of this page | 0 (0 redirects; 0 non-redirects) |
Page views in the past month | 0 |
Edit | Allow all users (infinite) |
Move | Allow all users (infinite) |
Page creator | rosettacode>Blue Prawn |
Date of page creation | 20:12, 17 May 2010 |
Latest editor | rosettacode>Blue Prawn |
Date of latest edit | 21:14, 17 May 2010 |
Total number of edits | 7 |
Recent number of edits (within past 180 days) | 0 |
Recent number of distinct authors | 0 |
Description | Content |
Article description: (description ) This attribute controls the content of the description and og:description elements. | Here is the file "dlffi.ml" which provides the interface to OCaml: type lib_handle type func_handle type pointer type arg_type = | Int of int | Float... |