File: testempty0.c

package info (click to toggle)
openjpeg2 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,692 kB
  • sloc: ansic: 177,272; cpp: 7,079; java: 1,996; tcl: 678; sh: 654; python: 198; makefile: 66
file content (7 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
#include "openjpeg.h"

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