SCM Repository
[smlnj] Annotation of /smlnj-c/trunk/cutil.sig.sml
Annotation of /smlnj-c/trunk/cutil.sig.sml
Parent Directory
|
Revision Log
Revision 2106 -
(view)
(download)
1 : |
monnier |
249 |
(* cutil.sig.sml
|
2 : |
|
|
*
|
3 : |
|
|
* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
|
4 : |
|
|
*
|
5 : |
|
|
* Signature for structure containing C functions required for the
|
6 : |
|
|
* C interface.
|
7 : |
|
|
*)
|
8 : |
|
|
|
9 : |
|
|
signature C_UTIL =
|
10 : |
|
|
sig
|
11 : |
|
|
type caddr
|
12 : |
|
|
|
13 : |
|
|
val ptos : caddr -> string
|
14 : |
|
|
val ptoi : caddr -> Word32.word
|
15 : |
|
|
|
16 : |
|
|
end (* signature C_UTIL *)
|