mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
3cc2aff1abff9e34f9fec282d970204dc1eab6f1
Turn this:
if ((r = foo()) < 0) { ...
into this:
r = foo();
if (r < 0) { ...
…
systemd - System and Service Manager
Details
- General information about systemd can be found in the systemd Wiki
- Information about build requirements are provided in the README file
Description
Languages
C
89%
Python
5.1%
Shell
4.5%
Meson
1.2%