aboutsummaryrefslogtreecommitdiffstats
path: root/libj2_j2i_to_str.c
blob: e568c1a1e31b173d7fe52707cb60683afa5e8e3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST

/* TODO Add man page */
extern inline size_t libj2_j2i_to_str(const struct libj2_j2i *a, char *buf, size_t bufsize, const char *digits);


#else

CONST int main(void) { return 0; }
/* TODO test */

#endif