changed itoa to c++ style and put it in utils, and change utils dependencies to not depend on webserv

This commit is contained in:
hugogogo
2022-07-31 13:19:22 +02:00
parent af8dc072c1
commit 537572e2d0
7 changed files with 17 additions and 64 deletions

View File

@@ -24,7 +24,6 @@
# include <string> // string
# include <cstdio> // perror
# include <cstdlib> // atoi (athough it's already cover by <string>)
char *ft_itoa(int n);
# include "Client.hpp"
# include "ServerConfig.hpp"