netbsd/tools/gpt/namespace.h
2015-10-15 10:25:28 +02:00

6 lines
102 B
C

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