7 lines
102 B
C
7 lines
102 B
C
![]() |
#ifndef __IMAGE
|
||
|
#define __IMAGE
|
||
|
|
||
|
char *readImage(const char* filename, int *cols, int *rows);
|
||
|
|
||
|
#endif
|