diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-24 00:09:29 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-24 00:09:29 +0000 |
| commit | 27d041865d17a4055e7e6b3e297656d6f35a0f3b (patch) | |
| tree | 8fe0cbd2fecf24a6da3150dc4a2666a1c6dec0c3 /std/net.zc | |
| parent | 1991cb62d26b954e54cf13c2d765fb3a0bbaa3ca (diff) | |
Welcome to 'def' + changed 'const'
Diffstat (limited to 'std/net.zc')
| -rw-r--r-- | std/net.zc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ import "./core.zc" import "./result.zc" import "./string.zc" -const Z_AF_INET = 2; -const Z_SOCK_STREAM = 1; +def Z_AF_INET = 2; +def Z_SOCK_STREAM = 1; raw { static int _z_net_bind(int fd, char *host, int port) { |
