jwasm/H/atofloat.h
2014-06-18 19:16:56 +04:00

8 lines
125 B
C

#ifndef ATOFLOAT_H
#define ATOFLOAT_H
extern void atofloat( void *, const char *, unsigned, bool, uint_8 );
#endif