NetBSD/tools/gpt/namespace.h

6 lines
102 B
C
Raw Normal View History

2014-09-30 22:00:28 +04:00
#include <stdint.h>
__BEGIN_DECLS
extern int dehumanize_number(const char *, int64_t *);
__END_DECLS