File: cpp.cc

package info (click to toggle)
aravis 0.8.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,028 kB
  • sloc: ansic: 38,758; xml: 1,384; python: 371; sh: 275; makefile: 60; javascript: 58; cpp: 6
file content (11 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier:Unlicense */

#include <arv.h>

/* Dumb test program, just to make sure aravis headers are c++ compatible */

int
main (int argc, char **argv)
{
	return 0;
}