Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1144 → Rev 1143

/demos/trunk/pngdemo/pngdemo.c
19,7 → 19,7
#include <stdio.h>
#include <stdlib.h>
#include <kernel/kern.h>
#include <png.h>
#include <ports/png.h>
 
void read_png_file(char *file_name, char **buffer, int *width, int *height, png_byte *color_type)
{