source: trunk/Softwares/Common/include/func_factoriel.h @ 102

Last change on this file since 102 was 102, checked in by rosiere, 15 years ago

Previous commit with new files :P

  • Property svn:keywords set to Id
File size: 178 bytes
Line 
1unsigned int factoriel_recursif (unsigned int x);
2unsigned int factoriel_iteratif (unsigned int x);
3
4void test_factoriel_recursif (int x);
5void test_factoriel_iteratif (int x);
6
Note: See TracBrowser for help on using the repository browser.