case_lowers(3) Library Functions Manual case_lowers(3)NAMEcase_lowers - compare strings case-insensitivelySYNTAX#include <case.h> void case_lowers(char* s);DESCRIPTIONcase_lowers converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' for each character in s until the first .SEE ALSOcase_lowerb(3) case_lowers(3)
| Related Man Pages |
|---|
| case(3) - debian |
| strncasecmp_l(3) - osx |
| strcasecmp(3) - netbsd |
| strcasecmp_l(3) - freebsd |
| strncasecmp_l(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |