diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-12 23:00:18 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-12 23:00:18 +0100 |
| commit | 3988d39b3eb67817cada58e62e63f2a0fa63663c (patch) | |
| tree | 6a693e05d583389f91c7de3cb7e7721cad56441e /libj2_minus_j2u_to_j2i.c | |
| parent | Add signed integers (arithmetics and some testing not implemented yet) (diff) | |
| download | libj2-3988d39b3eb67817cada58e62e63f2a0fa63663c.tar.gz libj2-3988d39b3eb67817cada58e62e63f2a0fa63663c.tar.bz2 libj2-3988d39b3eb67817cada58e62e63f2a0fa63663c.tar.xz | |
Add some tests and fix mistakes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libj2_minus_j2u_to_j2i.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libj2_minus_j2u_to_j2i.c b/libj2_minus_j2u_to_j2i.c index efda5d5..b453bfb 100644 --- a/libj2_minus_j2u_to_j2i.c +++ b/libj2_minus_j2u_to_j2i.c @@ -8,7 +8,6 @@ extern inline void libj2_minus_j2u_to_j2i(const struct libj2_j2u *a, struct libj #else -CONST int main(void) { return 0; } -/* TODO test */ +CONST int main(void) { return 0; } /* Testedin libj2_minus_j2i_to_j2u.c */ #endif |
