mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-07-30 12:29:16 +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_
|