rusi/test_ru/line_ru.c

9 lines
299 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// line_ru.c - Проверка макроса __ЛИНИЯ__
цел главн() {
цел номер_строки = __ЛИНИЯ__;
// Просто проверяем, что номер > 0
если (номер_строки > 0) {
возврат 0;
}
возврат 1;
}