summaryrefslogblamecommitdiffstats
path: root/cpukit/libmisc/stringto/stringtofloat.c
blob: 2de118278fae3df1d106e430176282b4d9df5532 (plain) (tree)



















                                                            
/*
 *  COPYRIGHT (c) 2009.
 *  On-Line Applications Research Corporation (OAR).
 *
 *  The license and distribution terms for this file may be
 *  found in the file LICENSE in this distribution or at
 *  http://www.rtems.com/license/LICENSE.
 *
 *  $Id$
 */

/*
 *  Instantiate an error checking wrapper for strtof (float)
 */
#define STRING_TO_FLOAT
#define STRING_TO_TYPE float
#define STRING_TO_NAME rtems_string_to_float
#define STRING_TO_METHOD strtof
#define STRING_TO_MAX HUGE_VALF
#include "stringto_template.h"