Subversion Repositories Kolibri OS

Rev

Rev 647 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 647 Rev 6433
Line -... Line 1...
-
 
1
#include 
1
/*
2
/*
2
** return upper-case of c if it is lower-case, else c
3
** return upper-case of c if it is lower-case, else c
3
*/
4
*/
4
unsigned char toupper(unsigned char c)
5
unsigned char toupper(unsigned char c)
5
{
6
{