| the possibility to obtain the parameters of the handler OnDeinit (const int reason). |
возможность получения параметров обработчика OnDeinit (const int reason). |
| And BOB's (on INT DOG SHOW under Jadge Dusan Paunovic). |
И Лучшим Представителем Породы (на INT DOG SHOW под экспертизой Dusan Paunovic). |
| Thus, the example may fail on 64-bit machines (specifically LP64-architectures, where sizeof(void*) > sizeof(int)). |
Это может привести к ошибке на 64-битных платформах (в частности, на архитектурах LP64, где sizeof(void*) > sizeof(int)). |
| Now, consider another function such as int plusone(int x) {return x+1;} is transparent, as it does not implicitly change the input x and thus has no such side effects. |
Однако вызов функции, такой как int plusone (int x) {return x + 1;}, является прозрачным, поскольку он не будет неявно изменять входное значение x и, следовательно, не имеет таких побочных эффектов. |
| In earlier versions of C, if a function was not previously declared and its name occurred in an expression followed by a left parenthesis, it was implicitly declared as a function that returns an int and nothing was assumed about its arguments. |
Если функция предварительно не была объявлена, а её имя встречается в выражении, сразу за которым следует открывающая скобка, то она неявно объявляется как функция, возвращающая результат типа int и ничего не предполагается о её аргументах. |