mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-05 20:20:55 -04:00
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
|