#ifndef LIBA_STDDEF_H #define LIBA_STDDEF_H #define NULL 0 typedef int size_t; #endif