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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-31
|
251 b
|
24 lines
/*
swap.h
(c) Copyright 1991 by David M. Siegel.
All rights reserved.
%W% %G% %U%
*/
#ifndef in_libfax_swap_h
#define in_libfax_swap_h 1
/*
Prototypes:
*/
unsigned char swap_bits(
#ifdef _PROTO
unsigned char c
#endif
);
#endif