summaryrefslogtreecommitdiff
path: root/2023-2/L00/fun.h
diff options
context:
space:
mode:
authorMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-09-18 15:47:57 -0500
committerMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-09-18 15:47:57 -0500
commite283be2be6910d8378c35056937d46c1b54297b0 (patch)
treed23b462f7b8d6082a2b152b0d350fc95fcd82d4c /2023-2/L00/fun.h
parentbe34531e5a29be4d4c0a313e23aaf36850e4eb62 (diff)
Very smol update
Diffstat (limited to '2023-2/L00/fun.h')
-rw-r--r--2023-2/L00/fun.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/2023-2/L00/fun.h b/2023-2/L00/fun.h
deleted file mode 100644
index 4277ab4..0000000
--- a/2023-2/L00/fun.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#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