File: build-test.c

package info (click to toggle)
feedbackd 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,076 kB
  • sloc: ansic: 7,956; xml: 97; makefile: 31; sh: 27; python: 8
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#define LIBFEEDBACK_USE_UNSTABLE_API
#include <libfeedback.h>

int
main (int    argc,
      char **argv)
{
  lfb_init("org.sigxcpu.autopkgtest1", NULL);
}