removed strlwr
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@971 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -51,17 +51,6 @@ usage (void)
|
||||
exit (1);
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void
|
||||
strlwr (char *s)
|
||||
{
|
||||
while(*s) {
|
||||
*s = tolower(*s);
|
||||
s++;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
static int
|
||||
print (int argc,
|
||||
char **argv,
|
||||
|
Reference in New Issue
Block a user