File: test_libpng.cpp

package info (click to toggle)
entropybroker 2.8-3
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,644 kB
  • ctags: 1,591
  • sloc: cpp: 14,384; sh: 934; makefile: 191; java: 148; perl: 12
file content (6 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#include <png.h>

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