diff options
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) |
