home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / source / dvips / amiga / include / unpack_protos.h < prev    next >
Encoding:
Text File  |  1994-01-08  |  340 b   |  20 lines

  1. /* Prototypes for functions defined in
  2. unpack.c
  3.  */
  4.  
  5. shalfword getnyb(void);
  6.  
  7. Boolean getbit(void);
  8.  
  9. long pkpackednum(void);
  10.  
  11. void flip(register char * s,
  12.           register long howmany);
  13.  
  14. long unpack(quarterword * pack,
  15.             halfword * raster,
  16.             halfword cwidth,
  17.             halfword cheight,
  18.             halfword cmd);
  19.  
  20.