mirror of
https://git.proxmox.com/git/systemd
synced 2025-12-26 08:26:38 +00:00
16 lines
156 B
Plaintext
16 lines
156 B
Plaintext
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
@@
|
|
constant s;
|
|
@@
|
|
(
|
|
#define STRLEN
|
|
&
|
|
- sizeof(s)-1
|
|
+ STRLEN(s)
|
|
)
|
|
@@
|
|
constant s;
|
|
@@
|
|
- strlen(s)
|
|
+ STRLEN(s)
|