summaryrefslogtreecommitdiff
path: root/src/util/sort.h
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-08-25 19:38:29 -0400
committerAndrew Opalach <andrew@akon.city> 2026-08-25 19:39:21 -0400
commit87a93623126c41cdfdbdb62878efb3f1d33b819e (patch)
tree053c4ced4f09461839c16826ff48c205cf2817cd /src/util/sort.h
parentd2d8e2fa52c5633f6376e4d3b1d7aca9a9ea14b0 (diff)
downloadlibnaunet-87a93623126c41cdfdbdb62878efb3f1d33b819e.tar.gz
libnaunet-87a93623126c41cdfdbdb62878efb3f1d33b819e.tar.bz2
libnaunet-87a93623126c41cdfdbdb62878efb3f1d33b819e.zip
Add numerical sort for files
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/util/sort.h')
-rw-r--r--src/util/sort.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/sort.h b/src/util/sort.h
new file mode 100644
index 0000000..6c0cfc7
--- /dev/null
+++ b/src/util/sort.h
@@ -0,0 +1 @@
+s32 nn_numerical_compare(const void *a, const void *b);