Coverage report for server


src/
File: src/commands/gui/sgt.c
Date: 2024-06-25 10:57:05
Lines:
0/3
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 ** sgt.c
6 */
7
8 #include "server.h"
9
10 void sgt(client_t *client, server_t *server)
11 {
12 dprintf(client->fd, "sgt %d\n", server->proprieties.frequency);
13 }
14