6 lines
65 B
C
6 lines
65 B
C
|
#include <ctype.h>
|
||
|
|
||
|
int (isupper)(int c) {
|
||
|
return isupper(c);
|
||
|
}
|