changed strupr() to _strupr()

svn path=/trunk/; revision=385
This commit is contained in:
Eric Kohl 1999-04-14 23:52:13 +00:00
parent 731f19e9b1
commit ff1e3c7b18

View file

@ -12,7 +12,7 @@
#include <crtdll/string.h>
#include <crtdll/ctype.h>
char *strupr(char *x)
char *_strupr(char *x)
{
char *y=x;