move ctype bits from C to cbindgen
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
#ifndef _BITS_CTYPE_H
|
||||
#define _BITS_CTYPE_H
|
||||
|
||||
#define _tolower(c) tolower(c)
|
||||
#define _toupper(c) toupper(c)
|
||||
|
||||
#endif /* _BITS_CTYPE_H */
|
||||
Reference in New Issue
Block a user