tgrekov-push_swap
HIVE push_swap July 2024
Loading...
Searching...
No Matches
get_minix.c File Reference

/* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_minix.c :+: :+: :+: */
/* +:+ +:+ +:+ */
/* By: tgrekov <tgrekov@student.hive.fi> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/07/16 10:22:38 by tgrekov #+# #+# */
/* Updated: 2024/07/17 08:30:35 by tgrekov ### ########.fr */
/* */
/* ************************************************************************** */

Definition in file get_minix.c.

Go to the source code of this file.

Functions

int get_minix (int *arr, int len)
 Get the index of the smallest element.
 

Function Documentation

◆ get_minix()

int get_minix ( int *  arr,
int  len 
)

Get the index of the smallest element.

Parameters
[in]arr
[in]len
Return values
int

Definition at line 27 of file get_minix.c.

Here is the caller graph for this function: