str_equal(3) Library Functions Manual str_equal(3)NAMEstr_equal - compare two ASCIIZ stringsSYNTAX#include <str.h> size_t str_equal(const char* a,const char* b);DESCRIPTIONstr_equal returns nonzero if a and b match up to and including the first occurrance of . If the strings are different, str_equal does not read bytes past the first difference.SEE ALSOstrlen(3) str_equal(3)
| Related Man Pages |
|---|
| strcasecmp(3) - mojave |
| case(3) - debian |
| ssp(3) - netbsd |
| strcasecmp_l(3) - osx |
| string(3) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Move multiple files 4rm Source to different target folders based on a series num in the file content |