str_chr
find character in ASCIIZ string
- Provided by: libowfat-dev (Version: 0.30-3ubuntu1)
- Source: libowfat
- Report a bug
find character in ASCIIZ string
#include <str.h>
size_t str_chr(const char* haystack,char needle);
str_chr returns the index of the first occurrance of needle or \0 in string.