This website works better with JavaScript.
Explore
Help
Sign In
ad_user
/
libsimdb
Watch
1
Star
1
Fork
You've already forked libsimdb
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cmake
c
library
simdb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8
Commits
1
Branch
4
Tags
554 KiB
Tree:
372df5eb0b
master
v0.1
v0.2
v0.3
v0.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '372df5eb0b'
${ noResults }
libsimdb
/
src
/
bitmap.h
3 lines
71 B
Raw
Normal View
History
Unescape
Escape
* change sources
11 years ago
typedef
uint16_t
bitmap
[
16
]
;
int
bitmap_compare
(
bitmap
*
a
,
bitmap
*
b
)
;