libc: modernize lint stubsUse prototype function definitions instead of identifier lists, as C23does not support the latter.Remove redundant /*ARGSUSED*/ comments and parentheses.
Make lint happy about long long integers. (C99 mode for lint, anyone?)
Add ISO C99 long long integer general utility interfaces; partially addressesPR standards/9482.