C/C++
quirk.lst
Associated article: Translating PCX Files
Tags: C/C++ Parallel
_TRANSLATING PCX FILES_
by Kent Quirk
[LISTING ONE]
/*+
Name: pcx.c
Author: Kent J. Quirk
Abstract: This file contains subroutines to read PCX files.
-*/
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#...


