diff options
Diffstat (limited to '2023-2/L00/fun.h')
| -rw-r--r-- | 2023-2/L00/fun.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/2023-2/L00/fun.h b/2023-2/L00/fun.h new file mode 100644 index 0000000..4277ab4 --- /dev/null +++ b/2023-2/L00/fun.h @@ -0,0 +1,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);
\ No newline at end of file |
