Create linked list interface.

This commit is contained in:
2019-09-24 08:20:09 +02:00
parent fadcafaeaf
commit 23592a98ed
3 changed files with 119 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
*/
#include "globals.h"
#include "llist.h"
#include <signal.h>
#include <stdio.h>