diff options
Diffstat (limited to 'vere/pkg/noun/v3/nock.h')
| -rw-r--r-- | vere/pkg/noun/v3/nock.h | 17 |
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 */ |
