mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
forgot to add Internet.Mod.
This commit is contained in:
parent
801de6a0c2
commit
b1d7006dfc
4 changed files with 106 additions and 10 deletions
|
|
@ -126,6 +126,12 @@ TYPE
|
|||
BEGIN
|
||||
RETURN connect(sockfd, sockaddr, addrlen)
|
||||
END Connect;
|
||||
|
||||
(* ssize_t recv(int sockfd, void *buf, size_t len, int flags); *)
|
||||
|
||||
PROCEDURE -recv(sockfd: Int32; buf: SYS.ADDRESS; len: Int64; flags: Int32):Int64
|
||||
"(HUGEINT)recv(sockfd, buf, len, flags)";
|
||||
|
||||
(*
|
||||
PROCEDURE -SizeofSockaddr(): INTEGER
|
||||
"sizeof(sockaddr)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue