summaryrefslogtreecommitdiff
path: root/tools/gpt/namespace.h
blob: dd28eadbc5aef087741d2ec51a7934beaf964fdf (plain)
1
2
3
4
5

#include <stdint.h>
__BEGIN_DECLS
extern int dehumanize_number(const char *, int64_t *);
__END_DECLS