Vertaling van "endptr" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
If no conversion is performed, zero is returned and the value of nptr is stored in the location referenced by endptr.
Si no se realizó conversión, se devuelve cero y el valor de nptr es almacenado en la posición referenciada por endptr.
If there were no digits at all, strtol() stores the original value of nptr in *endptr.
Si no hubiera dígitos en toda la cadena strtol() almacena el valor original de nptr en *endptr. (y devuelve 0).
If endptr is not NULL, a pointer to the character after the last char- acter used in the conversion is stored in the location referenced by endptr.
Si endptr no es NULL, un puntero al carácter después del último carácter utilizado en la conversión se almacena en la ubicación referenciada por endptr.
If endptr is not NULL, a pointer to the character after the last character used in the conversion is stored in the location referenced by endptr.
Si endptr no es NULL, un puntero al carácter tras el último carácter utilizado en la conversión es almacenado en la posición referenciada por endptr.
If endptr is not NULL, strtol() stores the address of the first invalid character in *endptr.
Si endptr no es NULL, strtol() almacena la dirección del primer carácter no válido en *endptr.
A pointer to the final string is stored in the object pointed to by endptr, provided that endptr is not a null pointer.
Si endptr no es NULL, un puntero al carácter tras el último carácter utilizado en la conversión es almacenado en la posición referenciada por endptr.