aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/telephony-and-music/cleanup.c
blob: 00f07bc0f6bc960261021153d8f2b0e0752bc7cd (plain) (blame)
1
2
3
4
5
6
7
8
#include <bus.h>
#include <stdio.h>

int main()
{
	return bus_unlink("/tmp/example-bus") && (perror("cleanup"), 1);
}