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