cake
/
libg1m
Archived
1
0
Fork 0
This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
libg1m/src/utils/bcd.c

19 lines
1009 B
C
Raw Normal View History

2016-11-03 01:16:21 +01:00
/* ************************************************************************** */
/* _____ _ */
/* utils/bcd.c |_ _|__ _ _| |__ ___ _ _ */
/* | Project: libg1m | |/ _ \| | | | '_ \ / _ \ | | | */
/* | | (_) | |_| | | | | __/ |_| | */
/* By: thomas <thomas@touhey.fr> |_|\___/ \__,_|_| |_|\___|\__, |.fr */
/* Last updated: 2016/11/03 01:02:10 |___/ */
/* */
/* ************************************************************************** */
#include <libg1m/internals.h>
/* BCD-related utilities could go here. TODO.
* Things that would be cool:
* - Basic operations (adding, substracting, multiplying);
* - BCD/float conversions.
*
* Things that would be 20% cooler:
* - A GNU libc printf conversion function. */