This commit is contained in:
2024-06-17 15:27:53 +02:00
parent 820bc86bd6
commit bf6f739a90

5
foo.h
View File

@@ -1,5 +0,0 @@
#define bit_for_each64_2(pos, tmp, ul) for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
#define bit_for_each64(pos, tmp, ul) \
for (tmp = ul, pos = ffs64(tmp); pos; tmp &= (tmp - 1), pos = ffs64(tmp))
#define true 1