Coverage report for server


src/
File: src/utils/helper.c
Date: 2024-06-25 10:57:05
Lines:
0/2
0.0%
Functions:
0/1
0.0%
Branches:
0/0
-%

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