26aaef78b43b19274cdbfead1c57059f5b2888e0
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-28.sml
1 (* This file has been generated automatically. DO NOT EDIT! *)
2 (* [by Matthias Blume's ml-nlffigen (version 0.9) for x86-unix] *)
3 (* Send comments and suggestions to blume@research.bell-labs.com. Thanks! *)
4 local open C.Dim C_Int in
5 structure FPtrRTTI_28 = struct
6 fun mkcall a (x1, x2)
7 = Cvt.c_sint
8 (CMemory.unwrap_sint
9 (Callop_10.callop
10 (a,
11 (CMemory.wrap_addr (reveal (Ptr.inject' x1)),
12 CMemory.wrap_sint (Cvt.ml_sint x2)),
13 nil)))
14 val typ =
15 mk_fptr_typ mkcall : (ro uchar_obj ptr' * sint -> sint) fptr T.typ
16 end
17 end