mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
parent
b129cd8690
commit
e48e99c112
1 changed files with 2 additions and 0 deletions
|
@ -64,7 +64,9 @@ int isascii(int);
|
|||
int toascii(int);
|
||||
#define _tolower(a) ((a)|0x20)
|
||||
#define _toupper(a) ((a)&0x5f)
|
||||
#ifndef __cplusplus
|
||||
#define isascii(a) (0 ? isascii(a) : (unsigned)(a) < 128)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue