1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/frac
Benjamin Valentin b770304e25 sys/frac: make gcd32() public
A function to calculate the greatest common divisor is generally useful.
In turn declare the internal `frac_long_divide()` as `static`, it's
not used anywhere outside this module and has no public header.
2020-10-22 11:10:14 +02:00
..
frac.c sys/frac: make gcd32() public 2020-10-22 11:10:14 +02:00
Makefile frac: Integer fraction scaling library 2019-12-06 09:36:33 +01:00