|
NAMEcase_lowers - compare strings case-insensitivelySYNTAX#include <libowfat/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 \0.SEE ALSOcase_lowerb(3) Visit the GSP FreeBSD Man Page Interface. |