libowfat/scan/scan_longlong.3

14 lines
459 B
Groff
Raw Normal View History

2003-05-04 16:21:28 +00:00
.TH scan_longlong 3
.SH NAME
2004-02-04 23:02:35 +00:00
scan_longlong \- parse a long integer in decimal ASCII representation
2003-05-04 16:21:28 +00:00
.SH SYNTAX
.B #include <libowfat/scan.h>
2003-05-04 16:21:28 +00:00
2006-11-07 17:56:05 +00:00
size_t \fBscan_longlong\fP(const char *\fIsrc\fR,long long *\fIdest\fR);
2003-05-04 16:21:28 +00:00
.SH DESCRIPTION
scan_longlong parses a long long integer in decimal ASCII representation
from \fIsrc\fR and writes the result into \fIdest\fR. It returns the
number of bytes read from \fIsrc\fR.
.SH "SEE ALSO"
scan_ulonglong(3), fmt_longlong(3)