1 2 3 4 5
#include <errno.h> // These values are used by reference-sysroot's dlmalloc. const int __EINVAL = EINVAL; const int __ENOMEM = ENOMEM;