File: libavahi-client-dev.c

package info (click to toggle)
avahi 0.8-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,884 kB
  • sloc: ansic: 41,028; sh: 6,097; xml: 4,594; cs: 2,185; makefile: 1,742; python: 441; cpp: 224; sed: 16
file content (10 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#include <avahi-client/client.h>

#include <stdio.h>

int
main (void)
{
  printf ("avahi_nss_support() -> %d\n", avahi_nss_support ());
  return 0;
}