summaryrefslogtreecommitdiffstats
path: root/2023-2/L0/fun.h
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-08-18 01:54:52 -0500
committerMitsuo Tokumori <[email protected]>2023-08-18 01:54:52 -0500
commitd6e56dbe184cac37d7aa5cebe3e1db108dee4a28 (patch)
tree6729cdc1f629cfe011d63375f462c8646c34ffaf /2023-2/L0/fun.h
parent8e01ba134a230e47e8b80351dd8abc8c3b72e683 (diff)
downloadLP1-d6e56dbe184cac37d7aa5cebe3e1db108dee4a28.tar.gz
LP1-d6e56dbe184cac37d7aa5cebe3e1db108dee4a28.tar.bz2
LP1-d6e56dbe184cac37d7aa5cebe3e1db108dee4a28.zip
Add 2023-2 L0 example for guided lab
Diffstat (limited to '2023-2/L0/fun.h')
-rw-r--r--2023-2/L0/fun.h5
1 files changed, 5 insertions, 0 deletions
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 <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