mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 06:19:42 +08:00
On 32bit systems, int and long are the same size. This is not the case on 64bit systems. This corrects the maximum value of the stringto type on those systems.