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/jets.h | |
working
Diffstat (limited to 'vere/pkg/noun/v3/jets.h')
| -rw-r--r-- | vere/pkg/noun/v3/jets.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vere/pkg/noun/v3/jets.h b/vere/pkg/noun/v3/jets.h new file mode 100644 index 0000000..089ff64 --- /dev/null +++ b/vere/pkg/noun/v3/jets.h @@ -0,0 +1,12 @@ +/// @file + +#ifndef U3_JETS_V3_H +#define U3_JETS_V3_H + +#include "../jets.h" + + /** Aliases. + **/ +# define u3j_v3_free_hank u3j_free_hank + +#endif /* ifndef U3_JETS_V3_H */ |
