diff tern.h @ 2207:de3d20e58555

Mostly fix label sorting post-refactor
author Michael Pavone <pavone@retrodev.com>
date Sat, 27 Aug 2022 17:35:28 -0700
parents 63659fb92db4
children
line wrap: on
line diff
--- a/tern.h	Sat Aug 27 17:07:57 2022 -0700
+++ b/tern.h	Sat Aug 27 17:35:28 2022 -0700
@@ -53,6 +53,7 @@
 uint32_t tern_count(tern_node *head);
 void tern_foreach(tern_node *head, iter_fun fun, void *data);
 char * tern_int_key(uint32_t key, char * buf);
+char * tern_sortable_int_key(uint32_t key, char * buf);
 void tern_free(tern_node *head);
 
 #endif //TERN_H_