#include #include int main() { printf("PNG copyright: %s\n", png_get_copyright(NULL)); return 0; }