source: trunk/Softwares/Basic_test.or32/src/c/include/func_parite.h @ 81

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
  • Property svn:keywords set to Id
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
6bool parite1(int x,int val_parite);
7bool parite2(int x,int val_parite);
Note: See TracBrowser for help on using the repository browser.