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

The file containing the my_sort_int_array function. More...

#include "my.h"

Functions

void my_sort_int_array (int *array, int size)
 Sorts an array (array) with a defined size (size) of integers in ascending order.
 

Detailed Description

The file containing the my_sort_int_array function.

Author
Nicolas TORO

Function Documentation

◆ my_sort_int_array()

void my_sort_int_array ( int * tab,
int size )

Sorts an array (array) with a defined size (size) of integers in ascending order.

Parameters
tabThe array to sort
sizeThe size of the tab
Author
Nicolas TORO