mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +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)
|