42sh 1.0.0
Create a shell in C
Loading...
Searching...
No Matches
my_print_combn.c File Reference

The file containing the my_print_combn function. More...

#include "my.h"

Functions

void my_print_combn (int n)
 Prints all the numbers composed by (n) different digits numbers All digits in the number are different and only the smallest number composed by those digits are display.
 

Detailed Description

The file containing the my_print_combn function.

Author
Nicolas TORO

Function Documentation

◆ my_print_combn()

void my_print_combn ( int n)

Prints all the numbers composed by (n) different digits numbers All digits in the number are different and only the smallest number composed by those digits are display.

Parameters
nThe number of digits in the number
Returns
void
Author
Nicolas TORO