mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-04-05 21:15:23 +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 */
|
|
|