source: trunk/Softwares/Basic_test.or32/src/c/include/func_factoriel.h @ 2

Last change on this file since 2 was 2, checked in by kane, 17 years ago

Import Morpheo

File size: 90 bytes
Line 
1unsigned int fact_recursif (unsigned int x);
2unsigned int fact_iteratif (unsigned int x);
Note: See TracBrowser for help on using the repository browser.