301fb81a16
"issues" and really shouldn't be used outside of the Sun XDR stuff. Thanks again to Chuck Silvers for reminding me.
7 lines
231 B
C
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);
|