Skip to content

Commit ef3feb8

Browse files
committed
chore: rename list module
Rename list module from "list" to "singly-list".
1 parent 658f60c commit ef3feb8

File tree

14 files changed

+287
-276
lines changed

14 files changed

+287
-276
lines changed

libs/list/main.c

Lines changed: 0 additions & 215 deletions
This file was deleted.

libs/main.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#include "./macros.h"
77
#include "./structs.h"
88

9-
// List
10-
#include "./list/main.h"
9+
// Singly linked list
10+
#include "./singly-list/main.h"
1111

1212
// Time
1313
#include "./time/main.h"

0 commit comments

Comments
 (0)