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
|
||||
./obj
|
||||
*.exe
|
||||
*.out
|
||||
./build
|
||||
./obj
|
||||
*.exe
|
||||
*.out
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
#ifndef LIST_H
|
||||
# define LIST_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user