1 2 3 4 5 6 7 8
#ifndef AUDIO_H #define AUDIO_H int audio_play(char *buf); int audio_record(char *buf); #endif