This website requires JavaScript.
Explore
Help
Sign In
mirror
/
libowfat
Watch
1
Star
0
Fork
0
You've already forked libowfat
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
libowfat
/
buffer
/
bs_err.c
7 lines
95 B
C
Raw
Normal View
History
Unescape
Escape
move bs_err into own C file
2020-10-30 15:35:53 +00:00
#
include
"parse.h"
add compiler.h to abstract gcc attributes
2020-11-08 00:29:35 +00:00
int
bs_err
(
const
struct
bytestream
*
bs
)
{
move bs_err into own C file
2020-10-30 15:35:53 +00:00
return
(
bs
-
>
cur
>
bs
-
>
max
)
;
}
Reference in New Issue
Copy Permalink