source:
trunk/Softwares/Common/include/func_factoriel.h
@
122
Last change on this file since 122 was 102, checked in by , 16 years ago | |
---|---|
|
|
File size: 178 bytes |
Line | |
---|---|
1 | unsigned int factoriel_recursif (unsigned int x); |
2 | unsigned int factoriel_iteratif (unsigned int x); |
3 | |
4 | void test_factoriel_recursif (int x); |
5 | void test_factoriel_iteratif (int x); |
6 |
Note: See TracBrowser
for help on using the repository browser.