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.
5dbad67352
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5dbad67352'
${ noResults }
libowfat
/
io
/
iob_bytesleft.c
6 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
autofree mode for io_batch
9 months ago
#
include
"iob_internal.h"
add iob_bytesleft don't leak memory in test/httpd.c
18 years ago
uint64
iob_bytesleft
(
const
io_batch
*
b
)
{
return
b
-
>
bytesleft
;
}