GitBook: No commit message

This commit is contained in:
CPol 2021-10-10 15:02:55 +00:00 committed by gitbook-bot
parent 0ccccdd455
commit 513035a5fd
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -298,8 +298,9 @@ _Note that in `htb.oouch.Block.Block`, the first part (`htb.oouch.Block`) refere
### C code
{% code title="d-bus_server.c" %}
```c
//gcc d-bus_server.c -o dbus_server pkg-config --cflags --libs libsystemd
#include <stdio.h>
#include <stdlib.h>
@ -436,3 +437,4 @@ finish:
return r < 0 ? EXIT_FAILURE : EXIT_SUCCESS;
}
```
{% endcode %}