summaryrefslogtreecommitdiff
path: root/wk5/lect
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-14 04:22:10 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-04-14 04:22:10 +0000
commitfcc3f3d59c9ce190dfeffe6c22c604bd9d68ea32 (patch)
tree36934ff166f128c21e1396c41f1c5c0e472a6275 /wk5/lect
parente3e60555e7d926a29c426377941111e417ae4867 (diff)
Sat, Apr 13, 2024, 9:22 PM -07:00
Diffstat (limited to 'wk5/lect')
-rw-r--r--wk5/lect/insert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk5/lect/insert.c b/wk5/lect/insert.c
index de94253..5d1854b 100644
--- a/wk5/lect/insert.c
+++ b/wk5/lect/insert.c
@@ -1,10 +1,10 @@
#include <cs50.h>
#include <ctype.h>
+#include <math.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <math.h>
typedef struct node
{