Content
noooo, you can't use generic objects in c, it can't do that define LISTTYPE (type) struct struct Node type value; Node next; Node prev; Node head; Node tail; typedef LISTTYPE(int) Intlist; typedef LISTTYPE(const char) Stringlist;
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
HTTP 418: I'm a teapot
The server identifies as a teapot now and is on a tea break, brb
noooo, you can't use generic objects in c, it can't do that define LISTTYPE (type) struct struct Node type value; Node next; Node prev; Node head; Node tail; typedef LISTTYPE(int) Intlist; typedef LISTTYPE(const char) Stringlist;