 Apтём (25.09.2013 22:45, просмотров: 98) ответил Скрипач на А шо за модификатор "__root"?
 Apтём (25.09.2013 22:45, просмотров: 98) ответил Скрипач на А шо за модификатор "__root"?
Отключение оптимизации переменной. Тоже что для GCC __attribute__((used)) 
 A function or variable with the __root attribute is kept whether or not it is referenced 
from the rest of the application, provided its module is included. Program modules are 
always included and library modules are only included if needed.