/* (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);