Line | Branch | Exec | Source |
---|---|---|---|
1 | /* | ||
2 | ** EPITECH PROJECT, 2024 | ||
3 | ** zappy | ||
4 | ** File description: | ||
5 | ** helper.c | ||
6 | */ | ||
7 | |||
8 | #include "server.h" | ||
9 | |||
10 | ✗ | int helper(int status) | |
11 | { | ||
12 | printf("USAGE: ./zappy_server -p port -x width -y "); | ||
13 | printf("height -n name1 name2 ... -c clientsNb -f freq\n"); | ||
14 | ✗ | return status; | |
15 | } | ||
16 |