1998-04-11 18:21:23 +00:00
|
|
|
--- asciiview.orig Wed Apr 8 16:34:50 1998
|
|
|
|
+++ asciiview Wed Apr 8 16:35:02 1998
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+#!/bin/sh
|
|
|
|
# asciiview - an ascii art image browser script. Front end for aview/aaflip
|
|
|
|
clear()
|
1997-12-24 07:39:24 +00:00
|
|
|
{
|
1998-04-11 18:21:23 +00:00
|
|
|
--- image.c.orig Wed Apr 8 16:34:02 1998
|
|
|
|
+++ image.c Wed Apr 8 16:34:43 1998
|
1997-12-24 07:39:24 +00:00
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
-#include <malloc.h>
|
|
|
|
+#include <stdlib.h>
|
|
|
|
|
|
|
|
int imgwidth, imgheight;
|
|
|
|
unsigned char *imgdata;
|
1998-04-11 18:21:23 +00:00
|
|
|
--- ui.c.orig Wed Apr 8 16:34:09 1998
|
|
|
|
+++ ui.c Wed Apr 8 16:34:26 1998
|
1997-12-24 07:39:24 +00:00
|
|
|
@@ -1,6 +1,6 @@
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <ctype.h>
|
|
|
|
-#include <malloc.h>
|
1998-04-11 18:21:23 +00:00
|
|
|
+#include <stdlib.h>
|
1997-12-24 07:39:24 +00:00
|
|
|
#include <string.h>
|
|
|
|
#include <aalib.h>
|
|
|
|
#include "shrink.h"
|