Get rid of all the "long long"/"maxint" casting around in printf's.
On all our platforms intmax == int64_t so simply using %j to print
int64_t's is safe all over, and doesn't pullute the code.
Description
Description
Details
Details
- Provenance
sos Authored on - Parents
- rS156472: Remove _STOPEVENT call, it is already called in issignal, simplify
- Branches
- Unknown
- Tags