ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Functions
sort.c File Reference
#include "user_config.h"
#include "sort.h"

Go to the source code of this file.

Functions

MEMSPACE void heapify (int *v, int size, int root)
 
MEMSPACE void heapsort (int *v, int size)
 
MEMSPACE void insert_sort (uint16_t *v, int size)
 

Function Documentation

MEMSPACE void heapify ( int *  v,
int  size,
int  root 
)

Definition at line 30 of file sort.c.

Referenced by heapify(), and heapsort().

MEMSPACE void heapsort ( int *  v,
int  size 
)

Definition at line 57 of file sort.c.

MEMSPACE void insert_sort ( uint16_t v,
int  size 
)

Definition at line 79 of file sort.c.