From d6e56dbe184cac37d7aa5cebe3e1db108dee4a28 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Fri, 18 Aug 2023 01:54:52 -0500 Subject: Add 2023-2 L0 example for guided lab --- 2023-2/L0/fun.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 2023-2/L0/fun.h (limited to '2023-2/L0/fun.h') diff --git a/2023-2/L0/fun.h b/2023-2/L0/fun.h new file mode 100644 index 0000000..4277ab4 --- /dev/null +++ b/2023-2/L0/fun.h @@ -0,0 +1,5 @@ +#include + +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 -- cgit v1.2.3