1 2 3 4 5 6 7
#ifndef SPKMODEM_H #define SPKMODEM_H 1 void spkmodem_init(void); void spkmodem_tx_byte(unsigned char c); #endif