Initial revision
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-11.sml
CommitLineData
f147efc8
AC
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! *)
4local open C.Dim C_Int in
5structure FPtrRTTI_11 = struct
6 fun mkcall a (x1, x2, x3, x4, x5, x6)
7 = Callop_5.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_addr (reveal (Ptr.inject' x4)),
13 CMemory.wrap_sint (Cvt.ml_sint x5),
14 CMemory.wrap_sint (Cvt.ml_sint x6)),
15 nil)
16 val typ =
17 mk_fptr_typ mkcall :
18 ((ST_pg_result.tag, ro) su_obj ptr' *
19 (ST__IO_FILE.tag, rw) su_obj ptr' *
20 sint *
21 ro uchar_obj ptr' *
22 sint *
23 sint -> unit) fptr T.typ
24end
25end