diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-08-18 01:57:48 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-08-18 01:57:48 -0500 |
| commit | 387642ff612de7d0ebf09410cd8e39a4765c877a (patch) | |
| tree | 38c6160cca0ba4cfae966a74d839dd18efdf099a /2023-2/L0/fun.h | |
| parent | 49d4392ca1972c8d66b1015f2cdda414d94812b8 (diff) | |
| download | LP1-387642ff612de7d0ebf09410cd8e39a4765c877a.tar.gz LP1-387642ff612de7d0ebf09410cd8e39a4765c877a.tar.bz2 LP1-387642ff612de7d0ebf09410cd8e39a4765c877a.zip | |
Fix naming. Add leading 0 to lab names
Diffstat (limited to '2023-2/L0/fun.h')
| -rw-r--r-- | 2023-2/L0/fun.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/2023-2/L0/fun.h b/2023-2/L0/fun.h deleted file mode 100644 index 4277ab4..0000000 --- a/2023-2/L0/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 |
