|
NAMEstr_chr - find character in ASCIIZ stringSYNTAX#include <libowfat/str.h>size_t str_chr(const char* haystack,char needle); DESCRIPTIONstr_chr returns the index of the first occurrance of needle or \0 in string.SEE ALSOstrchr(3) Visit the GSP FreeBSD Man Page Interface. |