me failing to make a linked list in c.
use make to run the makefile, then use "./demo" to run the demo program
run make debug
to make a debug file and then use a debugger like gdb
add #include "linkedlist.h"
to your c file and then use the makefile already provided or make your own (recommended).
okeyy byee~