summaryrefslogtreecommitdiff
path: root/vere/pkg/noun/v3/nock.h
blob: ee76eb9ce4d6dd97cc84f4004766f2f79dafaf49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 */