[go: up one dir, main page]

Menu

[7d60eb]: / src / loadtiff.h  Maximize  Restore  History

Download this file

9 lines (5 with data), 128 Bytes

1
2
3
4
5
6
7
8
#ifndef loadtiff_h
#define loadtiff_h
#include <stdio.h>
unsigned char *floadtiff(FILE *fp, int *width, int *height);
#endif