00001 #ifndef __ndk_errno_h__ 00002 #define __ndk_errno_h__ 00003 00004 extern int errno; 00005 00006 #define ENOMEM (-1) 00007 00008 #endif