unsigned int factoriel_recursif (unsigned int x); unsigned int factoriel_iteratif (unsigned int x); void test_factoriel_recursif (int x); void test_factoriel_iteratif (int x);