libkovan  1
The kovan standard library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
audio.h
Go to the documentation of this file.
1 #ifndef _AUDIO_H_
2 #define _AUDIO_H_
3 
4 #include "export.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 EXPORT_SYM void beep(void);
11 
12 #ifdef __cplusplus
13 }
14 #endif
15 
16 #endif
EXPORT_SYM void beep(void)
#define EXPORT_SYM
Definition: export.h:7