d57f998fd482291034f69877e5a145b72ecefdd9
Instead of using hardcoded fixed width integers, use C integer types. As the actual integer size of C depends on the implementation, even if it is often 32bit, we use the C integer types to guard against cases, where that is not the case.
Languages
Swift
94.4%
Shell
4.5%
C
1.1%