Former-commit-id:3904c4ccf5
[formerlyb13cbb7e00
[formerly 4909e0dd166e43c22a34d96aa744f51db8a7d6c0]] Former-commit-id:b13cbb7e00
Former-commit-id:8552902906
6 lines
196 B
C
6 lines
196 B
C
/* PCL Raster Graphics Definitions */
|
|
void print_sounding_pcl( void );
|
|
void pcprinter_setup( FILE *fp );
|
|
void to_pclraster( short row, short maxcol, FILE *fp );
|
|
void pcclose_printer( FILE *fp );
|
|
|