#ifndef CORE_MACROS_H #define CORE_MACROS_H #define STRLEN(s) ((sizeof(s)/sizeof(s[0])) - sizeof(s[0])) #endif /* CORE_MACROS_H */