mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-03-23 11:04:48 +00:00
7 lines
108 B
C
7 lines
108 B
C
#ifndef _EXAMPLE_DCT_H
|
|
#define _EXAMPLE_DCT_H
|
|
|
|
void example_dct(void);
|
|
|
|
#endif /* _EXAMPLE_DCT_H */
|
|
|