diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-11 18:32:27 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-11 18:32:27 +0100 |
| commit | 50bb696a6b4d75a097f22274834f67961fa9e440 (patch) | |
| tree | 44270d52d6440c02b30b4b7d49950519770585c2 /libj2_vmax_j2i_to_j2i.c | |
| parent | cleanup (diff) | |
| download | libj2-50bb696a6b4d75a097f22274834f67961fa9e440.tar.gz libj2-50bb696a6b4d75a097f22274834f67961fa9e440.tar.bz2 libj2-50bb696a6b4d75a097f22274834f67961fa9e440.tar.xz | |
Add signed integers (arithmetics and some testing not implemented yet)
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'libj2_vmax_j2i_to_j2i.c')
| -rw-r--r-- | libj2_vmax_j2i_to_j2i.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libj2_vmax_j2i_to_j2i.c b/libj2_vmax_j2i_to_j2i.c new file mode 100644 index 0000000..712cb9f --- /dev/null +++ b/libj2_vmax_j2i_to_j2i.c @@ -0,0 +1,13 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" +#ifndef TEST + +extern inline void libj2_vmax_j2i_to_j2i(const struct libj2_j2i *a, va_list args); +/* TODO Add man page */ + + +#else + +CONST int main(void) { return 0; } /* Tested via libj2_vmax_j2i_to_j2i */ + +#endif |
