mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-19 18:26:51 +02:00
7 lines
134 B
C
7 lines
134 B
C
|
|
#ifndef _SOFTFLOAT_VERSION_H_
|
||
|
|
#define _SOFTFLOAT_VERSION_H_
|
||
|
|
|
||
|
|
extern const char* softfloat_version();
|
||
|
|
|
||
|
|
#endif // _SOFTFLOAT_VERSION_H_
|