blob: a42f9b6dd0d62294d3a7b30c99fe19adaff2c1ea (
plain)
1
2
3
4
5
6
7
8
9
|
[Caml] Call caml_to_c
[C] Enter caml_to_c
[C] Call c_to_caml
[Caml] Enter c_to_caml
c_to_caml: n=66
[Caml] Leave c_to_caml
[C] Return from c_to_caml
[C] Leave caml_to_c
[Caml] Return from caml_to_c
|