Files
zOS/common/umlibc/ansi/islower.c

6 lines
65 B
C
Executable File

#include <ctype.h>
int (islower)(int c) {
return islower(c);
}