blob: 30a6e5a88ed80308e9a4ffcb27e310a0dbdb6310 [file] [log] [blame]
@@
constant s;
@@
(
#define STRLEN
&
- sizeof(s)-1
+ STRLEN(s)
)
@@
constant s;
@@
- strlen(s)
+ STRLEN(s)