mirror of
https://github.com/NishiOwO/JWasm.git
synced 2025-04-22 01:04:39 +00:00
8 lines
125 B
C
8 lines
125 B
C
|
|
#ifndef ATOFLOAT_H
|
|
#define ATOFLOAT_H
|
|
|
|
extern void atofloat( void *, const char *, unsigned, bool, uint_8 );
|
|
|
|
#endif
|