This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
You've already forked libowfat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e1081e4b13
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e1081e4b13'
${ noResults }
libowfat
/
scan
/
scan_long.c
6 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
Initial revision
24 years ago
#
include
"scan.h"
switch to size_t and ssize_t
18 years ago
size_t
scan_long
(
const
char
*
src
,
long
*
dest
)
{
add scan_netstring
11 years ago
return
scan_longn
(
src
,
-
1
,
dest
)
;
Initial revision
24 years ago
}