libcfe
0.12.1
some useful C-functions
xstrcoll.h
Go to the documentation of this file.
1
#ifndef XSTRCOLL_H
2
#define XSTRCOLL_H
3
4
#include <sys/types.h>
5
18
int
xstrcoll
(
const
char
*
a
,
size_t
alen,
const
char
*b,
size_t
blen);
19
32
int
str_compare
(
void
*
a
,
void
*b);
33
34
#define stringcompare(a, alen, b, blen) xstrcoll((const char *)a, alen, (const char *)b, blen)
35
36
#endif
/* XSTRCOLL_H */
a
#define a
Definition:
geo_calculations.c:381
str_compare
int str_compare(void *a, void *b)
Definition:
xstrcoll.c:22
xstrcoll
int xstrcoll(const char *a, size_t alen, const char *b, size_t blen)
Definition:
xstrcoll.c:27
cfe
xstrcoll.h
Generated on Sat Apr 18 2026 01:53:44 for libcfe by
1.8.14