mirror of
https://github.com/DavidGailleton/42-Push_Swap.git
synced 2026-01-27 08:41:58 +00:00
clean the include not used
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user