1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
26
27
28
29
30
31
35
/* ... */
#ifndef __DECODE_H
#define __DECODE_H
#include "main.h"
Includes
void jpeg_decode(JFILE *file, uint32_t width, uint8_t * buff, uint8_t (*callback)(uint8_t*, uint32_t));
Private functions
/* ... */#endif