summaryrefslogtreecommitdiffstats
path: root/2023-2/L00/mitsuo/fun.h
blob: 4277ab4bcce9a800086db365cfd485b0561e4b3e (plain)
1
2
3
4
5
#include <iostream>

void leer_datos_escribir_reporte(std::istream& in, std::ostream& out);
void print_header(std::ostream& out);
void to_upper_cstring_inplace(char * s);