test change gitea: git.bodiccea.tk -> git.raoult.com

This commit is contained in:
2023-01-14 20:49:30 +01:00
parent 97e6ffd7ab
commit 480e63568b

2
foo.h
View File

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