diff options
| author | Mattias Andrée <m@maandree.se> | 2026-01-25 15:06:50 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-01-25 15:06:50 +0100 |
| commit | 53160a89e5d723fb8315ebb087426405973b01ad (patch) | |
| tree | 7b7b6e695e686b2e6c659a57a32bc887d00badd9 /convert-to-vulgar-fractions.c | |
| parent | Use a macro for all utils that do not take arguments (diff) | |
| download | charconv-53160a89e5d723fb8315ebb087426405973b01ad.tar.gz charconv-53160a89e5d723fb8315ebb087426405973b01ad.tar.bz2 charconv-53160a89e5d723fb8315ebb087426405973b01ad.tar.xz | |
Add vulgar fractions
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'convert-to-vulgar-fractions.c')
| -rw-r--r-- | convert-to-vulgar-fractions.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/convert-to-vulgar-fractions.c b/convert-to-vulgar-fractions.c new file mode 100644 index 0000000..e8975d4 --- /dev/null +++ b/convert-to-vulgar-fractions.c @@ -0,0 +1,4 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +SIMPLE(libcharconv_vulgar_fractions) |
