]> git.ozlabs.org Git - ccan/blob - ccan/alloc/bitops.h
failtest: override getpid() as well.
[ccan] / ccan / alloc / bitops.h
1 #ifndef CCAN_ALLOC_BITOPS_H
2 #define CCAN_ALLOC_BITOPS_H
3 unsigned int afls(unsigned long val);
4 unsigned int affsl(unsigned long val);
5 unsigned int popcount(unsigned long val);
6 unsigned long align_up(unsigned long x, unsigned long align);
7 #endif /* CCAN_ALLOC_BITOPS_H */