1stralloc_diffs(3)          Library Functions Manual          stralloc_diffs(3)
2
3
4

NAME

6       stralloc_diffs - compare two strallocs
7

SYNTAX

9       #include <stralloc.h>
10
11       int stralloc_diff(const stralloc* a,const stralloc* b);
12

DESCRIPTION

14       stralloc_diff  returns negative, 0, or positive, depending on whether a
15       is lexicographically smaller than, equal to, or greater than the string
16       b.
17

RETURN VALUE

19       <0 if a<b, 0 if a==b, >0 if a>b.
20

SEE ALSO

22       stralloc_diffs(3), stralloc_starts(3)
23
24
25
26                                                             stralloc_diffs(3)
Impressum