case_diffb(3diet)

NAME

case_diffb - compare strings case-insensitively

SYNTAX

#include <case.h>

int case_diffb(const void* a,size_t len,const void* b);

DESCRIPTION

case_diffb is similar to byte_diff. The difference is that for the comparison 'A' == 'a', 'B' == 'b', ..., 'Z' == 'z'.

SEE ALSO

byte_diff(3)
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout