Skip to content
Snippets Groups Projects
Commit 44820d61 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add STRLENOF macro

parent 7122df35
Branches
Tags
No related merge requests found
......@@ -89,4 +89,6 @@ int (strncasecmp)();
else AC_MEMCPY( (d), (s), (n) ); \
} while(0)
#define STRLENOF(s) (sizeof(s)-1)
#endif /* _AC_STRING_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment