15 lines
156 B
Text
15 lines
156 B
Text
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
constant s;
|
|
@@
|
|
(
|
|
#define STRLEN
|
|
&
|
|
- sizeof(s)-1
|
|
+ STRLEN(s)
|
|
)
|
|
@@
|
|
constant s;
|
|
@@
|
|
- strlen(s)
|
|
+ STRLEN(s)
|