pngvalid.c | 710 typedef struct png_store_file struct 712 struct png_store_file* next; /* as many as you like... */ 719 } png_store_file; typedef in typeref:struct:png_store_file 772 png_store_file* current; /* Set when reading */ 782 png_store_file* saved; 913 store_freefile(png_store_file **ppf) 938 png_store_file *pf = voidcast(png_store_file*, malloc(sizeof *pf)); [all...] |