source:
trunk/Softwares/Common/include/func_parite.h
@
137
| Last change on this file since 137 was 102, checked in by , 17 years ago | |
|---|---|
|
|
| File size: 188 bytes | |
| Line | |
|---|---|
| 1 | #include "bool.h" |
| 2 | |
| 3 | // Renvoye 1 si le nombre de bit a 1 est impaire |
| 4 | // 0 paire |
| 5 | |
| 6 | bool parite1(int x,int val_parite); |
| 7 | bool parite2(int x,int val_parite); |
Note: See TracBrowser
for help on using the repository browser.
