#ifndef PHONE_NUMBER_H #define PHONE_NUMBER_H #include "br-common.h" #define NUMBER_LENGTH 10 char *phone_number_clean(const char *input); #endif