1 2 3 4 5 6 7 8
#ifndef CLAK_H_ #define CLAK_H_ #include <stdbool.h> typedef void (*fn_sound_play)(unsigned char *buffer); #endif /* CLAK_H_ */