save_pcx(3) - Linux man page
Name
save_pcx - Saves a bitmap into a PCX file. Allegro game programming library.Synopsis
#include <allegro.h>int save_pcx(const char *filename, BITMAP *bmp, const RGB *pal);
int save_pcx(const char *filename, BITMAP *bmp, const RGB *pal);