diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-21 16:48:02 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-21 16:48:02 +0100 |
| commit | d0fa516ae007ac94083ea84595f0abf88ecfc265 (patch) | |
| tree | 83934663553f66887083f8d8b7ad3ff818e80704 /libj2_str_to_j2i.c | |
| parent | Add libj2_not_j2u.3 and libj2_j2i_xor_sign.3 (diff) | |
| download | libj2-d0fa516ae007ac94083ea84595f0abf88ecfc265.tar.gz libj2-d0fa516ae007ac94083ea84595f0abf88ecfc265.tar.bz2 libj2-d0fa516ae007ac94083ea84595f0abf88ecfc265.tar.xz | |
Add some man pages
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | libj2_str_to_j2i.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/libj2_str_to_j2i.c b/libj2_str_to_j2i.c index 990d3b9..7acbaca 100644 --- a/libj2_str_to_j2i.c +++ b/libj2_str_to_j2i.c @@ -3,7 +3,12 @@ #include <errno.h> #ifndef TEST -/* TODO Add man page */ +/* TODO Add man pages + * libj2_str_to_j2i + * libj2_str_to_j2u + * libj2_str_to_j2u_sign + */ + int libj2_str_to_j2i(const char *s, size_t slen, char **end, const char *digits1, const char *digits2, struct libj2_j2i *a) |
