/* posix-error-lib.c
*
* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
*/
#include "ml-base.h"
#include "c-library.h"
#include "cfun-proto-list.h"
/* the table of C functions and ML names */
#define CFUNC(NAME, FUNC, MLTYPE) CFUNC_BIND(NAME, FUNC, MLTYPE)
PVT cfunc_binding_t CFunTable[] = {
#include "cfun-list.h"
CFUNC_NULL_BIND
};
#undef CFUNC
/* the POSIX Error library */
c_library_t POSIX_Error_Library = {
CLIB_NAME,
CLIB_VERSION,
CLIB_DATE,
NIL(clib_init_fn_t),
CFunTable
};
syntax highlighted by Code2HTML, v. 0.9.1