diff options
| author | Mattias Andrée <m@maandree.se> | 2025-12-05 20:43:23 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-12-05 20:48:59 +0100 |
| commit | f05fdeb727a2fc8052900a159c225d328d603acc (patch) | |
| tree | 9c56ef8fea9964decd3c24f5b03f1341266f779b /libj2_sfc_j2u_to_j2u.c | |
| parent | First commit (diff) | |
| download | libj2-f05fdeb727a2fc8052900a159c225d328d603acc.tar.gz libj2-f05fdeb727a2fc8052900a159c225d328d603acc.tar.bz2 libj2-f05fdeb727a2fc8052900a159c225d328d603acc.tar.xz | |
Second commit
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libj2_sfc_j2u_to_j2u.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libj2_sfc_j2u_to_j2u.c b/libj2_sfc_j2u_to_j2u.c new file mode 100644 index 0000000..a1a9e17 --- /dev/null +++ b/libj2_sfc_j2u_to_j2u.c @@ -0,0 +1,13 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" +#ifndef TEST + +extern inline void libj2_sfc_j2u_to_j2u(const struct libj2_j2u *a, struct libj2_j2u *res); +/* TODO Add man page */ + + +#else + +CONST int main(void) { return 0; } /* Tested in libj2_cfs_j2u.c */ + +#endif |
