]> mj.ucw.cz Git - libucw.git/blob - ucw/doc/unaligned.txt
26adae33de34129b3f518f7f2bd32d29039d3934
[libucw.git] / ucw / doc / unaligned.txt
1 Fast access to unaligned data
2 =============================
3
4 Sometimes it is usefull to access values which are not correctly aligned.
5 To avoid slow copying to aligned buffers, we define several optimized read/write
6 functions for accessing such integer values.
7
8 !!ucw/unaligned.h