Adding upstream version 2.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a7aa0c3253
commit
69f45f5c7c
458 changed files with 7148 additions and 5151 deletions
|
@ -36,10 +36,10 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
const char *suffix_si_get(double *value);
|
||||
uint64_t suffix_si_parse(const char *value, bool *suffixed);
|
||||
int suffix_si_parse(const char *str, char **endptr, uint64_t *val);
|
||||
const char *suffix_si_get_ld(long double *value);
|
||||
const char *suffix_binary_get(long long *value);
|
||||
const char *suffix_dbinary_get(double *value);
|
||||
uint64_t suffix_binary_parse(const char *value);
|
||||
int suffix_binary_parse(const char *str, char **endptr, uint64_t *val);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue