microcontrolling/lib/util.h
2023-08-27 21:01:23 +02:00

4 lines
76 B
C

int num_digits(int num);
int get_digit_at_position(int number, int index);