Imported from libpng-1.0.5.tar

This commit is contained in:
Glenn Randers-Pehrson
1999-10-14 07:43:10 -05:00
parent ad5dd1f0fb
commit 860ab2b1c0
48 changed files with 6420 additions and 285 deletions

View File

@@ -1,4 +1,6 @@
#if 0 /* in case someone actually tries to compile this */
/* example.c - an example of using libpng */
/* This is an example of how to use libpng to read and write PNG files.
@@ -701,3 +703,4 @@ void write_png(char *file_name /* , ... other image information ... */)
return;
}
#endif /* if 0 */