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/allocate.h | |
working
Diffstat (limited to 'vere/pkg/noun/v3/allocate.h')
| -rw-r--r-- | vere/pkg/noun/v3/allocate.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vere/pkg/noun/v3/allocate.h b/vere/pkg/noun/v3/allocate.h new file mode 100644 index 0000000..a47cc1f --- /dev/null +++ b/vere/pkg/noun/v3/allocate.h @@ -0,0 +1,17 @@ +#ifndef U3_ALLOCATE_V3_H +#define U3_ALLOCATE_V3_H + +#include "../allocate.h" + +#include "v3/manage.h" +#include "options.h" + + /** Aliases. + **/ +# define u3R_v3 u3a_Road +# define u3a_v3_balign u3a_balign +# define u3a_v3_road u3a_road +# define u3a_v3_walign u3a_walign +# define u3a_v3_walloc u3a_walloc + +#endif /* ifndef U3_ALLOCATE_V3_H */ |
