The operands of the arithmetic expressions are numerical values of type int or double.
Los operandos de las expresiones aritméticas son valores numéricos de tipo int o double.
This macro expands to a modifiable lvalue of type int, therefore it can be both read and modified by a program.
Esta macro se expande a un valor-i modificable de tipo int, por lo que puede ser a la vez leída y modificada por un programa.
Certain libraries will want you to only pass numbers of type int to their methods, but you might unknowingly supply them a float value.
Ciertas bibliotecas solamente querrán que envíes números de tipo int a sus métodos, pero sin saberlo es posible que les proporciones un valor float.
A variety of operations might turn a number into type float even if it is still an integer within the minimum and maximum bounds of type int.
Diversas operaciones podrían convertir un número a tipo flotante, incluso si aún es un entero que está dentro de los límites mínimos y máximos del tipo int.
One important thing to remember is that it is not necessary that a number be of type int if it does not have a decimal part.
Un aspecto importante a recordar es que no es necesario que un número sea de tipo int si no tiene una parte decimal.
That is, we have a pointer of type int that points to foo which holds the value '123.'
Es decir, tenemos un puntero de tipo int que apunta a foo que tiene el valor '123.'
If we pass the value "3" in a function that has a declared parameter of type int, the interpreter will accept it as an integer and not throw any errors.
Si pasamos el valor "3" en una función que tiene un parámetro declarado de tipo int, el intérprete lo aceptará como un entero y no lanzará ningún error.
For example type inference (x:= 0 is valid declaration of a variable x of type int)
Por ejemplo la inferencia de tipos (x: = 0 es declaración válida de un x variable de tipo int)
errno is defined by the ISO C standard to be a modifiable lvalue of type int, and must not be explicitly declared; errno may be a macro.
errno se define en el estándar ISO de C como un lvalor (valor de lado izquierdo) modificable de tipo int y no se debe declarar de forma explícita; errno puede ser una macro.
The first example only takes one parameter, which will be the field to aggregate, this field must be of type int and the function will perform a binary AND.
El primer ejemplo solo toma un parámetro, que será el campo a agregar, el campo debe ser de tipo int y la función realizará un AND binario.
(C11) a typedef for the type int, used to self-document functions that return errno values
(C11) un typedef para el tipo int, usado para autodocumentar funciones que devuelven valores errno.
Expiration: (type int) Max time until expiration in seconds.
Expiration: (de tipo int) El tiempo máximo hasta el vencimiento, en segundos.
The errno.h header file also defines a list of macros indicating different error codes, which will expand to integer constant expressions with type int. Library Macros
El errno.h fichero de cabecera define también una lista de macros que indican diferentes códigos de error, que se ampliará a un entero con expresiones constantes de tipo int.