BitcoinExchange.hpp 1.1 KB

1234567891011121314151617181920212223
  1. /* ************************************************************************** */
  2. /* */
  3. /* ::: :::::::: */
  4. /* BitcoinExchange.hpp :+: :+: :+: */
  5. /* +:+ +:+ +:+ */
  6. /* By: bchanot <bchanot@42.fr> +#+ +:+ +#+ */
  7. /* +#+#+#+#+#+ +#+ */
  8. /* Created: 2026/01/16 19:30:57 by bchanot #+# #+# */
  9. /* Updated: 2026/01/16 19:32:06 by bchanot ### ########.fr */
  10. /* */
  11. /* ************************************************************************** */
  12. #ifndef BITCOINEXCHANGE_HPP
  13. # define BITCOINEXCHANGE_HPP
  14. #include <map>
  15. #include "Date.hpp"
  16. void ft_getcsv(std::map<Date, float> &Data);
  17. void ft_process(char **av, std::map<Date, float> &Data);
  18. #endif /* ************************************************* BITCOINEXCHANGE_H */