Build scripts & automatic generation of FFI files
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-33.sml
1 (* This file has been generated automatically. DO NOT EDIT! *)
2 (* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *)
3 (* Send comments and suggestions to blume@tti-c.org. Thanks! *)
4 local open C.Dim C_Int in
5 structure FPtrRTTI_33 = struct
6 fun mkcall a (x1, x2, x3, x4, x5)
7 = Callop_20.callop
8 (a,
9 (CMemory.wrap_addr (reveal (Ptr.inject' x1)),
10 CMemory.wrap_addr (reveal (Ptr.inject' x2)),
11 CMemory.wrap_sint (Cvt.ml_sint x3),
12 CMemory.wrap_sint (Cvt.ml_sint x4),
13 CMemory.wrap_sint (Cvt.ml_sint x5)),
14 nil)
15 val typ =
16 mk_fptr_typ mkcall :
17 ((ST_pg_result.tag, ro) su_obj ptr' *
18 (ST__IO_FILE.tag, rw) su_obj ptr' *
19 sint *
20 sint *
21 sint -> unit) fptr T.typ
22 end
23 end