mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
Add STRLENOF macro
This commit is contained in:
parent
7122df3573
commit
44820d617a
@ -89,4 +89,6 @@ int (strncasecmp)();
|
||||
else AC_MEMCPY( (d), (s), (n) ); \
|
||||
} while(0)
|
||||
|
||||
#define STRLENOF(s) (sizeof(s)-1)
|
||||
|
||||
#endif /* _AC_STRING_H */
|
||||
|
Loading…
Reference in New Issue
Block a user