SCM Repository
Annotation of /sml/trunk/runtime/c-libs/win32/cfun-list.h
Parent Directory
|
Revision Log
Revision 249 -
(view)
(download)
(as text)
Original Path: sml/branches/SMLNJ/src/runtime/c-libs/win32/cfun-list.h
1 : | monnier | 249 | /* cfun-list.h |
2 : | * | ||
3 : | * COPYRIGHT (c) 1996 Bell Laboratories, Lucent Technologies | ||
4 : | * | ||
5 : | * utility win32 C functions | ||
6 : | */ | ||
7 : | |||
8 : | #ifndef CLIB_NAME | ||
9 : | #define CLIB_NAME "WIN32" | ||
10 : | #define CLIB_VERSION "0.1" | ||
11 : | #define CLIB_DATE "October 11, 1996" | ||
12 : | #endif | ||
13 : | |||
14 : | CFUNC("get_const", _ml_win32_get_const, "string -> word32") | ||
15 : | CFUNC("get_last_error", _ml_win32_get_last_error, "unit -> word32") | ||
16 : | CFUNC("debug", _ml_win32_debug, "string -> unit") |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |