From c4b392a179048f936c062f5ffccc2bc25627e500 Mon Sep 17 00:00:00 2001 From: polwex Date: Mon, 6 Oct 2025 01:01:41 +0700 Subject: working --- vere/pkg/noun/v3/nock.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vere/pkg/noun/v3/nock.h (limited to 'vere/pkg/noun/v3/nock.h') 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 */ -- cgit v1.2.3