/* cfun-list.h
*
* COPYRIGHT (c) 1995 AT&T Bell Laboratories.
*
* This file lists the directory library of C functions that are callable by ML.
*/
#ifndef CLIB_NAME
#define CLIB_NAME "POSIX-Signal"
#define CLIB_VERSION "1.0"
#define CLIB_DATE "February 16, 1995"
#endif
CFUNC("osval", _ml_P_Signal_osval, "string -> word")