Open
Description
I'm using ESP-IDF and i'm importing this into a c++ project based on ESP-IDF 5.2.
During compilation I have many errors:
"error: array subscript has type 'char'"
The compilation succeded if I change the code to
#define isalpha(__c) (__ctype_lookup((unsigned char)__c)&(_U|_L))
and
#define isdigit(__c) (__ctype_lookup((unsigned char)__c)&_N)
Metadata
Metadata
Assignees
Labels
No labels