Files
42_INT_12_webserv/headers/utils.hpp
hugogogo 2a69e14db2 wip atoi
2022-07-31 12:30:35 +02:00

11 lines
117 B
C++

#ifndef UTILS_HPP
# define UTILS_HPP
std::vector<std::string> split(std::string input, char delimiter);
#endif