libwallaby  v23
The wallaby standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
audio.h
Go to the documentation of this file.
1 /*
2  * audio.h
3  *
4  * Created on: Nov 13, 2015
5  * Author: Joshua Southerland
6  */
7 
8 #ifndef INCLUDE_WALLABY_AUDIO_H_
9 #define INCLUDE_WALLABY_AUDIO_H_
10 
11 #include "export.h"
12 #include "vtable.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 
23 VF EXPORT_SYM void beep(void);
24 
25 VFL
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 
32 
33 #endif /* INCLUDE_WALLABY_AUDIO_H_ */
VF EXPORT_SYM void beep(void)
#define VF
Definition: vtable.h:19
#define VFL
Definition: vtable.h:20
#define EXPORT_SYM
Definition: export.h:14