SCM Repository
Annotation of /sml/branches/SMLNJ/src/smlnj-c/cutil.sig.sml
Parent Directory
|
Revision Log
Revision 249 - (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 *) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |