#ifndef TEXT_H_INCLUDED #define TEXT_H_INCLUDED size_t emptiness_width (size_t a, size_t b) { size_t c = a - b; return c; } #endif // TEXT_H_INCLUDED