Added Royal Flush checker.

This commit is contained in:
2021-06-21 09:52:57 -07:00
parent 7344a22c3a
commit 7e39195433
7 changed files with 131 additions and 17 deletions

View File

@ -56,7 +56,7 @@ void arraySort(size_t size, void *array, int32_t length, arraysort_t *sort);
*/
void arraySortInt32(int32_t *array, int32_t length);
/** Internal int32_t array sorter. */
int32_t _arraySorterInt32(void *left, void*right);
int32_t _arraySorterInt32(const void *left, const void* right);
/**
* Sort a uint8_t array.