| The function makecontext requires additional parameters to be type int, but the example passes pointers. |
Функция makecontext требует, чтобы дополнительные параметры были типа int, а в примере передаются указатели. |
| The handle can for example be implemented with an unsigned int. |
Помощник может быть реализован, например как unsigned int. |
| Then, every continuous function f: K -> {\displaystyle \to} C, such that the restriction f to int(K) is holomorphic, can be approximated uniformly on K with polynomials. |
Тогда всякую непрерывную функцию f: K -> {\displaystyle \to} C, такую, что сужение f на int(K) голоморфно на его внутренных точках, можно равномерно аппроксимировать на K полиномами. |
| A simple example is for a loop, which might be expressed as for (int i=0; i! =n; ++i) {}. |
Простым примером допустимого применения подхода может быть цикл for, который может выглядеть как for (int i=0; i! =n; ++i) {}. |
| The minimum size for char is 8 bits, the minimum size for short and int is 16 bits, for long it is 32 bits and long long must contain at least 64 bits. |
Минимальный размер для char - 8 бит, для short и int - 16 бит, для long - 32 бита, для long long - 64 бита. |