|
NAMEcase_lowerb - compare strings case-insensitivelySYNTAX#include <libowfat/case.h>void case_lowerb(void* s,size_t len); DESCRIPTIONcase_lowerb converts each 'A' to 'a', 'B' to 'b', ..., 'Z' to 'z' in s[0], s[1], ..., s[len].SEE ALSOcase_lowerb(3) Visit the GSP FreeBSD Man Page Interface. |