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