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.
ddfdd4d077
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ddfdd4d077'
${ noResults }
libowfat
/
buffer
/
bs_err.c
7 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
move bs_err into own C file
4 years ago
#
include
"parse.h"
add compiler.h to abstract gcc attributes
4 years ago
int
bs_err
(
const
struct
bytestream
*
bs
)
{
move bs_err into own C file
4 years ago
return
(
bs
-
>
cur
>
bs
-
>
max
)
;
}