Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
net
/
websocket
/
websocket_nix.c.v
8
lines
·
6
sloc
·
136 bytes
·
f09826e928f9612bab9299faefff7cf34a503362
Raw
1
module
websocket
2
3
// error_code returns the error code
4
fn
error_code() int {
5
return
C.errno
6
}
7
8
const
error_ewouldblock = C.EWOULDBLOCK
9