comment out unused function strlower()

This commit is contained in:
dickelbeck 2007-12-23 05:41:02 +00:00
parent 53be3141d7
commit 751e2f5c7a
1 changed files with 3 additions and 0 deletions

View File

@ -373,6 +373,8 @@ char* strupper( char* Text )
return Text; return Text;
} }
#if 0
/********************************/ /********************************/
char* strlower( char* text ) char* strlower( char* text )
/********************************/ /********************************/
@ -388,3 +390,4 @@ char* strlower( char* text )
return start; return start;
} }
#endif