134aea8 ^
1 2 3 4 5 6 7 8
#include <bus.h> #include <stdio.h> int main() { return bus_create("/tmp/example-bus", 0, NULL) && (perror("init"), 1); }