removed strlwr

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@971 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-11-15 19:04:16 +00:00
parent 0bcddc9caf
commit f7ac30054b

View File

@@ -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,