NetBSD/bin/dd/strsuftoull.h
lukem 301fb81a16 Replace {u_,}longlong_t usage with {u,}int64_t, as the former has
"issues" and really shouldn't be used outside of the Sun XDR stuff.
Thanks again to Chuck Silvers for reminding me.
2001-11-26 00:13:23 +00:00

7 lines
231 B
C

/* $NetBSD: strsuftoull.h,v 1.2 2001/11/26 00:13:24 lukem Exp $ */
uint64_t strsuftoull(const char *, const char *, uint64_t, uint64_t);
uint64_t strsuftoullx(const char *, const char *, uint64_t, uint64_t,
char *, size_t);