added header for list.h
This commit is contained in:
parent
724e661106
commit
76ea84b0be
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,4 +1,4 @@
|
|||||||
./build
|
./build
|
||||||
./obj
|
./obj
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
#ifndef LIST_H
|
#ifndef LIST_H
|
||||||
# define LIST_H
|
# define LIST_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
#include <stddef.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user