History log of /netbsd-src/lib/libc/stdlib/Lint_llabs.c (Results 1 – 3 of 3)
Revision Date Author Comments
# f1542991 01-Dec-2024 rillig <rillig@NetBSD.org>

libc: modernize lint stubs

Use prototype function definitions instead of identifier lists, as C23
does not support the latter.

Remove redundant /*ARGSUSED*/ comments and parentheses.


# 4c3c49ae 07-Mar-2000 kleink <kleink@NetBSD.org>

Make lint happy about long long integers. (C99 mode for lint, anyone?)


# e4d7c2e3 06-Mar-2000 kleink <kleink@NetBSD.org>

Add ISO C99 long long integer general utility interfaces; partially addresses
PR standards/9482.