Define simple configuration on INI files.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

30 lignes
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