C: change phone-number to exercism V3

This commit is contained in:
2021-09-03 15:50:08 +02:00
parent 215629a19c
commit 77a8072c73
6 changed files with 489 additions and 0 deletions

View File

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