aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/telephony-and-music/init.c
blob: 870e10d1b8cf8dbf74878e99a7bd3f1134ba205e (plain) (blame)
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);
}