General purpose library for name/value pairs.

Bruce Evans brde at optusnet.com.au
Fri Jul 26 08:04:27 UTC 2013


On Thu, 25 Jul 2013, Pawel Jakub Dawidek wrote:

> Returning to this thread after a short break. I removed all
> {,u}int{8,16.32.64} types and implemented only 'number' type which is
> uint64_t. Looks much nicer now.

The numeric type should be floating point.  Or better yet, bignum.  Or
more practically, uintmax_t.

Bruce


More information about the freebsd-arch mailing list