#ifndef DANS_DIGITS_DOT_H #define DANS_DIGITS_DOT_H char DigitToChar(int digit); int CharToDigit(char c); #endif