Fix typo in forward declaration
This commit is contained in:
parent
f2c2baf2af
commit
7eb890e64f
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ CAMLextern int64 Int64_val(caml_value_t v);
|
|||
SWIGSTATIC CAML_VALUE caml_array_new( int n );
|
||||
SWIGSTATIC void caml_array_set( CAML_VALUE arr, int n, CAML_VALUE item );
|
||||
SWIGSTATIC CAML_VALUE caml_array_nth( CAML_VALUE arr, int n );
|
||||
SWIGSTATIC int caml_array_length( CAML_VALUE arr );
|
||||
SWIGSTATIC int caml_array_len( CAML_VALUE arr );
|
||||
|
||||
SWIGSTATIC CAML_VALUE caml_val_char( char c );
|
||||
SWIGSTATIC CAML_VALUE caml_val_uchar( unsigned char c );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue