1 2 3 4 5 6 7 8
#include <stdio.h> #include <png.h> int main() { printf("PNG copyright: %s\n", png_get_copyright(NULL)); return 0; }