rusi/test_ru/once.c

11 lines
314 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.

// once.c - Проверка #прагма once с двумя включениями
#включить "once_header.h"
#включить "once_header.h"
цел главн(){
#еслиопр ТЕСТ_ЗНАЧЕНИЕ
возврат 0;
#иначе
возврат 1;
#конецесли
}