Add timed mode (unpolished)

This commit is contained in:
Aidan Haas
2023-01-03 21:22:25 -05:00
committed by GitHub
parent bf32b63e0e
commit 2489d55f0a
2 changed files with 186 additions and 136 deletions
+1 -1
View File
@@ -140,4 +140,4 @@ void append_line(char *source, char *target) {
}
target[i] = '\0'; /* End string */
}
}