Oran Agra 779aebc91c Module API for loading and saving long double
looks like each platform implements long double differently (different bit count)
so we can't save them as binary, and we also want to avoid creating a new RDB
format version, so we save these are hex strings using "%La".

This commit includes a change in the arguments of ld2string to support this.
as well as tests for coverage and short reads.

coded by @guybe7
2019-11-03 16:42:31 +02:00
..
2019-10-28 12:39:57 +02:00
2019-10-24 10:51:03 +02:00
2019-10-28 12:39:57 +02:00
2019-10-28 12:39:57 +02:00