#ifndef DTMF_H #define DTMF_H #include #include bool DTMF_ValidateCodes(char *pCode, uint8_t Size); #endif