Add STRLENOF macro

This commit is contained in:
Kurt Zeilenga 2004-04-07 00:41:57 +00:00
parent 7122df3573
commit 44820d617a

View File

@ -89,4 +89,6 @@ int (strncasecmp)();
else AC_MEMCPY( (d), (s), (n) ); \
} while(0)
#define STRLENOF(s) (sizeof(s)-1)
#endif /* _AC_STRING_H */