mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-07-30 04:19:35 +02:00
7 lines
134 B
C
7 lines
134 B
C
#ifndef _DECNUMBER_VERSION_H_
|
|
#define _DECNUMBER_VERSION_H_
|
|
|
|
extern const char* decnumber_version();
|
|
|
|
#endif // _DECNUMBER_VERSION_H_
|