1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-14 11:54:43 +00:00
Files
Interlisp.maiko/inc/lispver2.h
Nick Briggs 4f79f55c20 Replace uses of atoi() with strtol() or stroul() as appropriate (#394)
As a side-effect of this change, we also resolve a a problem with
signed file version numbers, so that instead of version 2147483647
wrapping to -2147483648 we can go as far as 4294967296 before we
have issues.  Various sprintf() formats get changed from %d to %u.
The DOS version code is left behind as int versions.
2021-09-08 09:58:01 -07:00

1.8 KiB