File: include_openjpeg.c

package info (click to toggle)
openjpeg2 2.3.0-2%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,240 kB
  • sloc: ansic: 174,995; cpp: 7,075; java: 1,996; tcl: 678; sh: 645; python: 198; makefile: 64
file content (9 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#include <openjpeg.h>

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