1 2 3 4 5 6 7 8 9
#include <bus.h> #include <stdio.h> int main() { return bus_unlink("/tmp/example-bus") && (perror("cleanup"), 1); }