C: change phone-number to exercism V3
This commit is contained in:
10
c/phone-number/phone_number.h
Normal file
10
c/phone-number/phone_number.h
Normal 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
|
Reference in New Issue
Block a user