summaryrefslogtreecommitdiff
path: root/include/nnwt
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 /include/nnwt
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 'include/nnwt')
-rw-r--r--include/nnwt/sort.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nnwt/sort.h b/include/nnwt/sort.h
new file mode 100644
index 0000000..571eb5d
--- /dev/null
+++ b/include/nnwt/sort.h
@@ -0,0 +1,3 @@
+#pragma once
+
+#include "../../src/util/sort.h"