docs/Writerside/topics/compare.h.md

Sat, 25 Jan 2025 13:44:24 +0100

author
Mike Becker <universe@uap-core.de>
date
Sat, 25 Jan 2025 13:44:24 +0100
branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
permissions
-rw-r--r--

add marker to every incomplete page

relates to #451

# Compare Functions

<warning>
Outdated - Rewrite!
</warning>

This header file contains a collection of compare functions for various data types.
Their signatures are designed to be compatible with the `cx_compare_func` function pointer type.

## Undocumented Symbols (TODO)
### cx_cmp_double
### cx_cmp_float
### cx_cmp_int
### cx_cmp_int16
### cx_cmp_int32
### cx_cmp_int64
### cx_cmp_intptr
### cx_cmp_longint
### cx_cmp_longlong
### cx_cmp_ptr
### cx_cmp_uint
### cx_cmp_uint16
### cx_cmp_uint32
### cx_cmp_uint64
### cx_cmp_uintptr
### cx_cmp_ulongint
### cx_cmp_ulonglong
### cx_vcmp_double
### cx_vcmp_float
### cx_vcmp_int
### cx_vcmp_int16
### cx_vcmp_int32
### cx_vcmp_int64
### cx_vcmp_intptr
### cx_vcmp_longint
### cx_vcmp_longlong
### cx_vcmp_uint
### cx_vcmp_uint16
### cx_vcmp_uint32
### cx_vcmp_uint64
### cx_vcmp_uintptr
### cx_vcmp_ulongint
### cx_vcmp_ulonglong

mercurial