summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-06 04:21:24 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2023-12-06 04:21:24 +0000
commitd3bd903d472848d5fb89c36bb5fff351abfaeded (patch)
tree9724134120a9035937de5e816d440c9dbd346ade /main.c
parentb720f1120ff2bb404fb80f9109d8b2d51b5e1061 (diff)
Tue, Dec 5, 2023, 8:21 PM -08:00
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 27dc706..0f9370c 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,7 @@
#include <stdio.h>
+#include <ctype.h>
#include <cs50.h>
+#include <string.h>
int main(void)
{