xbps/include
Juan RP 992e8c6a14 libxbps::xbps_humanize_number(): use common values and hide implementation details from API.
So now its prototype is the following:

int xbps_humanize_number(char *buf, int64_t bytes)

It is a wrapper around NetBSD's humanize_number(3) which uses 6 digits for max
length, HN_AUTOSCALE and HN_NOSPACE|HN_DECIMAL. All users have been updated.
2011-01-18 23:10:07 +01:00
..
fetch.h Merge libfetch-2.30 from NetBSD's pkgsrc. 2010-01-24 15:47:53 +01:00
mainpage.h Add infrastructure changes to build the API documentation. 2010-01-23 02:37:19 +01:00
Makefile Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
queue.h Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
strlcat.h Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
strlcpy.h Added a configure script to emulate GNU autoconf and related changes. 2010-05-19 22:38:27 +02:00
xbps_api_impl.h configure: make symbol visibility dependent in the configure test, misc changes. 2011-01-15 12:21:38 +01:00
xbps_api.h libxbps::xbps_humanize_number(): use common values and hide implementation details from API. 2011-01-18 23:10:07 +01:00