#ifndef STDDEF_H #define STDDEF_H #define NULL ( (void *)0 ) #define size_t uint32_t #endif /* STDDEF_H */