A update
This commit is contained in:
8
include/types.h
Normal file
8
include/types.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _TYPES_H
|
||||
#define _TYPES_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user