ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
Main Page
Related Pages
Data Structures
Files
File List
Globals
lib
sort.h
Go to the documentation of this file.
1
24
#ifndef _SORT_H_
25
#define _SORT_H_
26
27
/* sort.c */
28
MEMSPACE
void
heapify
(
int
*v ,
int
size ,
int
root );
29
MEMSPACE
void
heapsort
(
int
*v ,
int
size );
30
MEMSPACE
void
insert_sort
(
uint16_t
*v ,
int
size );
31
32
#endif // _SORT_H_
heapsort
MEMSPACE void heapsort(int *v, int size)
Definition:
sort.c:57
heapify
MEMSPACE void heapify(int *v, int size, int root)
Definition:
sort.c:30
uint16_t
unsigned short uint16_t
Definition:
send.c:18
insert_sort
MEMSPACE void insert_sort(uint16_t *v, int size)
Definition:
sort.c:79
MEMSPACE
#define MEMSPACE
Definition:
cpu.h:25
Generated on Wed Jan 31 2018 21:22:16 for ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts by
1.8.11