optar/parity.h
2012-10-10 13:09:23 -04:00

8 lines
179 B
C

/* (c) GPL 2007 Karel 'Clock' Kulhavy, Twibright Labs */
extern unsigned long parity(unsigned long in);
/* Counts number of '1' bits */
extern unsigned ones(unsigned long in);