Move bitmap functions to the shared rtl library.
authorEric Kohl <eric.kohl@reactos.org>
Tue, 10 Aug 2004 12:00:09 +0000 (12:00 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Tue, 10 Aug 2004 12:00:09 +0000 (12:00 +0000)
commitf3320ad2304c9cfb7e6ca918ce028f20fdbced1a
treeec724e4e7e82a383cbaaab531fb62380bbaaea11
parentc4b330cce6af62cd107f5c16b87de35cd4c4006d
Move bitmap functions to the shared rtl library.
Implement RtlClearBit, RtlSetBit and RtlTestBit.

svn path=/trunk/; revision=10470
reactos/lib/rtl/bit.c [new file with mode: 0644]
reactos/lib/rtl/bitmap.c [new file with mode: 0644]
reactos/lib/rtl/makefile