summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v3/nock.h
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
committerpolwex <polwex@sortug.com>2025-10-06 01:01:41 +0700
commitc4b392a179048f936c062f5ffccc2bc25627e500 (patch)
tree09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/noun/v3/nock.h
working
Diffstat (limited to 'vere/pkg/noun/v3/nock.h')
-rw-r--r--vere/pkg/noun/v3/nock.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/vere/pkg/noun/v3/nock.h b/vere/pkg/noun/v3/nock.h
new file mode 100644
index 0000000..ee76eb9
--- /dev/null
+++ b/vere/pkg/noun/v3/nock.h
@@ -0,0 +1,17 @@
+/// @file
+
+#ifndef U3_NOCK_V3_H
+#define U3_NOCK_V3_H
+
+#include "../nock.h"
+
+#include "types.h"
+
+ /** Aliases.
+ **/
+# define u3n_v3_free u3n_free
+# define u3n_v3_memo u3n_memo
+# define u3n_v3_prog u3n_prog
+# define u3n_v3_reclaim u3n_reclaim
+
+#endif /* ifndef U3_NOCK_V3_H */