From 6a21810c797864df2bde1654a0ee6b1adc854cb7 Mon Sep 17 00:00:00 2001 From: zleyyij <75810274+zleyyij@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:11:06 -0700 Subject: [PATCH] vault backup: 2024-11-10 22:11:06 --- education/software development/ECE1400/Chapter 15 Exercises.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/education/software development/ECE1400/Chapter 15 Exercises.md b/education/software development/ECE1400/Chapter 15 Exercises.md index d26c8bb..21d08cd 100644 --- a/education/software development/ECE1400/Chapter 15 Exercises.md +++ b/education/software development/ECE1400/Chapter 15 Exercises.md @@ -80,4 +80,4 @@ All source files, because they all include `f1.h`. > (d). If `f2.h` is changed after the program has been built, which files need to be recompiled? - +`f1.c` and `f2.c`.