move ctype bits from C to cbindgen

This commit is contained in:
auronandace
2026-03-27 08:07:18 +00:00
parent 3bdca6200e
commit 71560ce9ca
2 changed files with 7 additions and 9 deletions
-7
View File
@@ -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 */