|
From: <wsh...@us...> - 2003-08-22 20:08:14
|
Update of /cvsroot/emc/rcslib/src/node
In directory sc8-pr-cvs1:/tmp/cvs-serv4520/src/node
Added Files:
Tag: wps_multiplat_dev_branch
nml_mod_no_config.h
Log Message:
.
--- NEW FILE: nml_mod_no_config.h ---
#ifndef NML_MOD_NO_CONFIG_H
#define NML_MOD_NO_CONFIG_H
#ifdef EXTERN_C_STD_HEADERS
extern "C"
{
#endif
#include <stdlib.h> // malloc()
#include <string.h> // strcpy()
#include <errno.h> // errno
#include <stdarg.h>
#include <math.h> // fabs()
#ifdef EXTERN_C_STD_HEADERS
}
#endif
#endif
// NML_MOD_NO_CONFIG_H
|