PatchworkOS
Loading...
Searching...
No Matches
toupper.c
Go to the documentation of this file.
1
#include <
ctype.h
>
2
3
#include "
common/ascii_table.h
"
4
5
int
toupper
(
int
c)
6
{
7
return
_ascii_table
[c].
upper
;
8
}
_ascii_table
_ascii_entry_t _ascii_table[UINT8_MAX+1]
Definition
ascii_table.c:5
ascii_table.h
ctype.h
_ascii_entry_t::upper
unsigned char upper
Definition
ascii_table.h:22
toupper
int toupper(int c)
Definition
toupper.c:5
src
libstd
functions
ctype
toupper.c
Generated by
1.9.8