home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / fax-3.2.1 / lib / libfax / swap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-31  |  251 b   |  24 lines

  1. /*
  2.   swap.h
  3.  
  4.   (c) Copyright 1991 by David M. Siegel.
  5.       All rights reserved.
  6.  
  7.   %W% %G% %U%
  8. */
  9.  
  10. #ifndef in_libfax_swap_h
  11. #define in_libfax_swap_h 1
  12.  
  13. /*
  14.   Prototypes:
  15. */
  16.  
  17. unsigned char swap_bits(
  18. #ifdef _PROTO
  19.     unsigned char c
  20. #endif
  21. );
  22.  
  23. #endif
  24.