core-legacy/include/macros.h

2 lines
60 B
C

#define STRLEN(s) ((sizeof(s)/sizeof(s[0])) - sizeof(s[0]))