clean the include not used

This commit is contained in:
Maoake Teriierooiterai
2026-01-13 12:30:33 +01:00
parent b2f9912963
commit 02993cded2
7 changed files with 2 additions and 13 deletions

View File

@@ -12,13 +12,6 @@
#include "parsing.h"
// static int calcul_sign(char c)
// {
// if (c == '-')
// return (-1);
// return (1);
// }
static int verif_atoi(const char *nptr)
{
size_t i;