diff options
author | Oskar <[email protected]> | 2024-06-03 10:46:16 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-06-03 10:46:16 +0200 |
commit | cf86eea3ef47ce4444b99edff866a7d9836bd763 (patch) | |
tree | b4807c241595755035557b44001bc053e513917c /dumbclient.c | |
parent | 4333fba71bbdadfe078aa7ebbe9194c6fc35af22 (diff) |
udp client-DGRAM
Diffstat (limited to 'dumbclient.c')
-rw-r--r-- | dumbclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dumbclient.c b/dumbclient.c index e023465..505e93e 100644 --- a/dumbclient.c +++ b/dumbclient.c @@ -16,7 +16,7 @@ #define BACKLOG 2 #define __PORT "62000" -int main () { +int main (void) { int sockfd = -1; int gai_result; |