/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* BitcoinExchange.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: bchanot +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2026/01/16 19:30:57 by bchanot #+# #+# */ /* Updated: 2026/01/16 19:32:06 by bchanot ### ########.fr */ /* */ /* ************************************************************************** */ #ifndef BITCOINEXCHANGE_HPP # define BITCOINEXCHANGE_HPP #include #include "Date.hpp" void ft_getcsv(std::map &Data); void ft_process(char **av, std::map &Data); #endif /* ************************************************* BITCOINEXCHANGE_H */