mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-12 21:57:27 +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)
|