Packfile version of save_pcx. allegro game programming library.
#include <allegro.h>
int save_pcx_pf(PACKFILE *f, BITMAP *bmp, RGB *pal);
A version of save_pcx which writes to a packfile.
save_pcx(3alleg4)