| 1234567891011121314151617181920212223 |
- /* ************************************************************************** */
- /* */
- /* ::: :::::::: */
- /* BitcoinExchange.hpp :+: :+: :+: */
- /* +:+ +:+ +:+ */
- /* By: bchanot <bchanot@42.fr> +#+ +:+ +#+ */
- /* +#+#+#+#+#+ +#+ */
- /* 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 <map>
- #include "Date.hpp"
- void ft_getcsv(std::map<Date, float> &Data);
- void ft_process(char **av, std::map<Date, float> &Data);
- #endif /* ************************************************* BITCOINEXCHANGE_H */
|