|  | 
										tgrekov-push_swap
									 
										HIVE push_swap July 2024
									 | 
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. | |
| int get_minix | ( | int * | arr, | 
| int | len | ||
| ) | 
Get the index of the smallest element.
| [in] | arr | |
| [in] | len | 
| int | 
Definition at line 27 of file get_minix.c.