c:/yigal/dmh-libsmi/libsmi-0.4.6/lib/ms_mapping.h

2 Mar
2008
2 Mar
'08
6:48 p.m.
Juergen, Frank,
Below is c:/yigal/dmh-libsmi/libsmi-0.4.6/lib/ms_mapping.h
I added this file in the lib dir. It is included by
parser-sming.c:242:#include "ms_mapping.h" /* dmh */
Maybe not the most elegant way to deal with missing msdev functions.
Thank you.
--
- Yigal
===File c:/yigal/dmh-libsmi/libsmi-0.4.6/lib/ms_mapping.h===
/* Last edit: Sat Mar 01 12:29:10 2008
* By: Yigal Hochberg
*/
/**
* \file ms_mapping.h
*
* \brief Mapping C99 functions to stdlib functions for lib smi parser
*
* \author Yigal Hochberg, DMH Software
*
* \date Sat Mar 01 2008
*
* \version $Id$
*/
#ifndef MS_MAPPING_H
#define MS_MAPPING_H
#define strtold strtod
#define strtodf strtof
#define fabsf fabs
#endif /* MS_MAPPING_H */
/* EOF: ms_mapping.h */
============================================================
6280
Age (days ago)
6280
Last active (days ago)
0 comments
1 participants
participants (1)
-
Yigal Hochberg