libkovan  1
The kovan standard library
audio.h
Go to the documentation of this file.
1 #ifndef _AUDIO_H_
2 #define _AUDIO_H_
3 
4 #include "export.h"
5 #include "vtable.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 VF EXPORT_SYM void beep(void);
12 
13 VFL
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif
VF EXPORT_SYM void beep(void)
#define VF
Definition: vtable.h:10
#define VFL
Definition: vtable.h:11
#define EXPORT_SYM
Definition: export.h:7