9 int x_compile_pbm ( /* Compile a planar bitmap to generate */
\r
10 WORD logical_screen_width, /* machine code to plot it at any */
\r
11 char far * bitmap, /* required screen coordinates FAST. */
\r
14 int x_sizeof_cpbm ( /* Find the size of the code which a */
\r
15 WORD logical_screen_width, /* pbm would result in, if it */
\r
16 char far * bitmap); /* were compiled (used for allocation). */
\r