home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Compendium Deluxe 2
/
LSD and 17bit Compendium Deluxe - Volume II.iso
/
a
/
prog
/
cprog
/
ddjcomp.lha
/
urban
/
shift.c
< 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
|
1991-04-29
|
147 b
|
10 lines
shift_bits() {
low=(low<<1)&0xffff;
high=(high<<1)&0xffff;
++high;
#ifdef UN
apoint=(apoint<<1)&0xffff;
if(get_bit()) ++apoint;
#endif
}