This website requires JavaScript.
Explore
Wiki
Markdown
Emojis
Help
Sign In
dots
/
surf
Watch
1
Star
0
Fork
You've already forked surf
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
24a9b47ad2
surf
/
common.h
4 lines
43 B
C
Raw
Normal View
History
Unescape
Escape
Send message size inside messages through pipes
2018-10-09 10:27:59 +00:00
#
define MSGBUFSZ 8
Add a file for shared functions New common.[hc] files where shared functions between surf and webkitextension will be put. First addition is die().
2016-01-04 15:09:12 +00:00
void
die
(
char
*
,
.
.
.
)
;