mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-02-06 05:06:50 +08:00
The macros are functions from ctype.h, but ctype.h declares them as functions, not as #defines It makes no sense to abstract them in lwIPs portability layer, the functions are of low complexity and they are only used in this file.