SCM Repository
View of /sml/trunk/runtime/c-libs/win32/cfun-list.h
Parent Directory
|
Revision Log
Revision 2162 -
(download)
(as text)
(annotate)
Thu Nov 2 21:20:47 2006 UTC (14 years, 5 months ago) by blume
File size: 428 byte(s)
Thu Nov 2 21:20:47 2006 UTC (14 years, 5 months ago) by blume
File size: 428 byte(s)
eliminated src dir
/* cfun-list.h * * COPYRIGHT (c) 1996 Bell Laboratories, Lucent Technologies * * utility win32 C functions */ #ifndef CLIB_NAME #define CLIB_NAME "WIN32" #define CLIB_VERSION "0.1" #define CLIB_DATE "October 11, 1996" #endif CFUNC("get_const", _ml_win32_get_const, "string -> word32") CFUNC("get_last_error", _ml_win32_get_last_error, "unit -> word32") CFUNC("debug", _ml_win32_debug, "string -> unit")
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |