2
0
mirror of https://github.com/colindean/optar.git synced 2025-03-11 22:17:40 +13:00
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);