diff options
author | oskar <[email protected]> | 2024-05-22 19:22:51 +0200 |
---|---|---|
committer | oskar <[email protected]> | 2024-05-22 19:22:51 +0200 |
commit | 947499a0d879d34b9854e81305fe4e3bd75aa0d1 (patch) | |
tree | abc3e447cd0ec639c967a3eefef89bcf19322edf /cd_linkedlist.c | |
parent | fdebd9c4ee90a06230a0a6e0a91019de4537dc44 (diff) |
Diffstat (limited to 'cd_linkedlist.c')
-rw-r--r-- | cd_linkedlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cd_linkedlist.c b/cd_linkedlist.c index 09674de..6dae0e3 100644 --- a/cd_linkedlist.c +++ b/cd_linkedlist.c @@ -6,7 +6,7 @@ #include <stdbool.h> #include <string.h> -// circular doubly linked list demo +// circular doubly linked list demo hej hej struct waster { int gg; |