Configuration.c 485 B

123456789101112131415161718192021222324
  1. /* voc 2.1.0 [2017/07/20]. Bootstrapping compiler for address size 8, alignment 8. xtspaSF */
  2. #define SHORTINT INT8
  3. #define INTEGER INT16
  4. #define LONGINT INT32
  5. #define SET UINT32
  6. #include "SYSTEM.h"
  7. export CHAR Configuration_versionLong[76];
  8. export void *Configuration__init(void)
  9. {
  10. __DEFMOD;
  11. __REGMOD("Configuration", 0);
  12. /* BEGIN */
  13. __MOVE("2.1.0 [2017/07/20]. Bootstrapping compiler for address size 8, alignment 8.", Configuration_versionLong, 76);
  14. __ENDMOD;
  15. }