Цитата(igorenja @ Nov 11 2009, 09:33)

Что сделает компилятор увидев такой код:
Код
twi_write_data(0,ptr, data[ptr++]);
У меня выдаёт предупреждение:
Warning[Pa081]: undefined behavior: the order of read and modification of variable "ptr" (or a value reached by some form of indirection through it) is undefined in this statement