Define simple configuration on INI files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 rivejä
326 B

  1. [Int]
  2. Int8_0=0
  3. Int8_1=127
  4. Int8_2=-128
  5. Int8_3=128
  6. Int8_4=-129
  7. Int16_0=0
  8. Int16_1=32767
  9. Int16_2=-32768
  10. Int16_3=32768
  11. Int16_4=-32769
  12. Int32_0=0
  13. Int32_1=2147483647
  14. Int32_2=-2147483648
  15. Int32_3=2147483648
  16. Int32_4=-2147483649
  17. [Uint]
  18. Uint8_0=0
  19. Uint8_1=255
  20. Uint8_2=-1
  21. Uint8_3=256
  22. Uint16_0=0
  23. Uint16_1=65535
  24. Uint16_2=-1
  25. Uint16_3=65536