6 lines
102 B
C
6 lines
102 B
C
|
|
||
|
#include <stdint.h>
|
||
|
__BEGIN_DECLS
|
||
|
extern int dehumanize_number(const char *, int64_t *);
|
||
|
__END_DECLS
|