13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
*** rle.c~ Mon Nov 16 20:10:10 1992
|
|
--- rle.c Sun Jan 8 22:59:56 1995
|
|
***************
|
|
*** 20,26 ****
|
|
#define MIN(a,b) ( (a)<(b) ? (a) : (b))
|
|
|
|
#include <math.h>
|
|
- #include <stdio.h>
|
|
#include "image.h"
|
|
#include "rle.h"
|
|
|
|
--- 20,25 ----
|