This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | str_equal(s, t) (!str_diff((s),(t))) |
Functions | |
| unsigned int | str_copy (char *, char *) |
| int | str_diff (char *, char *) |
| int | str_diffn (char *, char *, unsigned int) |
| unsigned int | str_len (char *) |
| unsigned int | str_chr (char *, int) |
| unsigned int | str_rchr (char *, int) |
| int | str_start (char *, char *) |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 3 of file str_len.c. Referenced by buffer_puts(), buffer_putsalign(), and buffer_putsflush(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
1.3.6-20040222