X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=psi.d%2Farpa_inet.psi;h=b38fc3d77a6479dfc2a794fee555587e9fcec699;hb=0682ecb84dfe1de08b609c6c0ae641b06f3fa481;hp=6fdf0fb83229be71e76833ff6e4f5aba6c7c5121;hpb=c9384515a81cb64d345b299908b2852f51bb8e6e;p=m6w6%2Fext-psi diff --git a/psi.d/arpa_inet.psi b/psi.d/arpa_inet.psi index 6fdf0fb..b38fc3d 100644 --- a/psi.d/arpa_inet.psi +++ b/psi.d/arpa_inet.psi @@ -45,4 +45,4 @@ function psi\inet_pton(int $af, string $src, string &$dst) : int { let dst = calloc(1, sizeof(struct sockaddr_storage)); return inet_pton(af, src, dst) as to_int(inet_pton); set $dst = to_string(dst, sizeof(struct sockaddr_storage)); -} \ No newline at end of file +}