diff options
| author | polwex <polwex@sortug.com> | 2025-10-06 01:01:41 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-06 01:01:41 +0700 |
| commit | c4b392a179048f936c062f5ffccc2bc25627e500 (patch) | |
| tree | 09be0904be8ec4d7ea52992ef7580d42ed0c28c1 /vere/pkg/noun/v3/vortex.h | |
working
Diffstat (limited to 'vere/pkg/noun/v3/vortex.h')
| -rw-r--r-- | vere/pkg/noun/v3/vortex.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vere/pkg/noun/v3/vortex.h b/vere/pkg/noun/v3/vortex.h new file mode 100644 index 0000000..9a4c9ef --- /dev/null +++ b/vere/pkg/noun/v3/vortex.h @@ -0,0 +1,19 @@ +/// @file + +#ifndef U3_VORTEX_V3_H +#define U3_VORTEX_V3_H + +#include "../vortex.h" + +#include "v3/allocate.h" +#include "../version.h" + + /** Aliases. + **/ +# define u3v_v3_arvo u3v_arvo +# define u3H_v3 u3v_Home +# define u3A_v3 (&(u3H_v3)->arv_u) +# define u3v_v3_home u3v_home +# define u3v_v3_rewrite_compact u3v_rewrite_compact + +#endif /* ifndef U3_VORTEX_V3_H */ |
