Refactor almost finished.
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "rand.h"
|
||||
|
||||
/**
|
||||
* Definition of a callback that is used to sort an array.
|
||||
|
@ -8,6 +8,7 @@
|
||||
#pragma once
|
||||
#include "../libs.h"
|
||||
#include "array.h"
|
||||
#include "math.h"
|
||||
|
||||
/** Custom Array Definition */
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user