C Everything
This is a C repository containing a curated set of generic data structures and algorithm.
|
Files | |
file | common.h [code] |
Top level include containg common headers. | |
file | fault_manager.h [code] |
Contains declarations of fault manager routines. | |
file | generic_def.h [code] |
Contains Macros that are used for defining psuedo data template functions. | |
file | logger.h [code] |
Defines Macros for logging. | |
file | memory_manager.h [code] |
Contains decalration of structures for maintaing all mem alloc and frees. | |
file | os.h [code] |
Used for including os specific headers. | |
file | typedefs.h [code] |
Contains typedefs for all necessary data type and function pointers. | |