TP-02/digit_count/digit_count.h

7 lines
97 B
C

#ifndef DIGIT_COUNT_H
#define DIGIT_COUNT_H
unsigned char digit_count(unsigned long n);
#endif