mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
11 lines
86 B
Plaintext
11 lines
86 B
Plaintext
@@
|
|
constant s;
|
|
@@
|
|
- sizeof(s)-1
|
|
+ STRLEN(s)
|
|
@@
|
|
constant s;
|
|
@@
|
|
- strlen(s)
|
|
+ STRLEN(s)
|