Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Typedefs | Functions
strnatcmp.h File Reference
#include "ws_symbol_export.h"

Go to the source code of this file.

Typedefs

typedef char nat_char
 

Functions

WS_DLL_PUBLIC int ws_ascii_strnatcmp (nat_char const *a, nat_char const *b)
 
WS_DLL_PUBLIC int ws_ascii_strnatcasecmp (nat_char const *a, nat_char const *b)
 

Detailed Description

Original code downloaded from: http://sourcefrog.net/projects/natsort/

strnatcmp.c – Perform 'natural order' comparisons of strings in C. Copyright (C) 2000, 2004 by Martin Pool <mbp sourcefrog net>

SPDX-License-Identifier: Zlib