diff options
Diffstat (limited to 's_linkedlist.c')
-rw-r--r-- | s_linkedlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s_linkedlist.c b/s_linkedlist.c index 761a262..b2f79ad 100644 --- a/s_linkedlist.c +++ b/s_linkedlist.c @@ -6,7 +6,7 @@ #include <stdbool.h> #include <string.h> -// Singly linked list demo +// singly linked list demo struct waster { int gg; |