libkipr  1.0.0
audio.h
Go to the documentation of this file.
1 #ifndef _KIPR_AUDIO_AUDIO_H_
2 #define _KIPR_AUDIO_AUDIO_H_
3 
4 #include "kipr/export/export.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
14 EXPORT_SYM void beep(void);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif
EXPORT_SYM void beep(void)
#define EXPORT_SYM
Definition: export.h:7