home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / program / c / XLIB04C.ZIP / XCOMPPBM.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-02-07  |  513 b   |  14 lines

  1. #ifndef _XCOMPPBM_H_
  2. #define _XCOMPPBM_H_
  3.  
  4. extern int x_compile_pbm (      /* Compile a planar bitmap to generate  */
  5.               WORD logical_screen_width, /* machine code to plot it at any */
  6.               char far * bitmap,      /* required screen coordinates FAST. */
  7.               char far * output);
  8.  
  9. extern int x_sizeof_cpbm (        /* Find the size of the code which a  */
  10.               WORD logical_screen_width, /* pbm would result in, if it  */
  11.               char far * bitmap);  /* were compiled (used for allocation). */
  12.  
  13. #endif
  14.