Subversion Repositories Kolibri OS

Rev

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

Rev 300 Rev 324
Line 1... Line -...
1
#include "ctype.h"
-
 
2
#include "string.h"
1
#include "kolibc.h"
Line 3... Line 2...
3
 
2
 
4
char * strupr(char *_s)
3
char * strupr(char *_s)
5
{
4
{
6
  char *rv = _s;
5
  char *rv = _s;