mirror of
https://github.com/systemd/systemd.git
synced 2025-02-08 09:57:41 +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)
|