Bitmap/Read an image through a pipe: Difference between revisions

m
m (omit TI-BASIC)
Line 15:
#define MAXCMDBUF 100
#define MAXFILENAMELEN 256
#define MAXFULLCMDBUF (MAXCMDBUF+MAXFILENAMELEN)
image read_image(const char *name)
{