Vertaling van "n bytes" 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.
A core dump file will not exceed n bytes in size.
Un archivo core dump no sobrepasará el tamaño de n bytes.
Shift the video display by n bytes.
Desplaza la imagen de video n bytes.
Data, a sequence of 2n hex digits, for n bytes of the data.
Datos, 2n dígitos hexadecimales codifican n bytes de datos.
If the n bytes starting at s do not contain a complete multibyte character, mblen returns -1.
Si los n bytes a partir de s no contienen un carácter multibyte completo, mblen devuelve -1.
Sent message to 'recipient' about 'subject' (n bytes)
Enviado mensaje a 'destinatario' sobre 'asunto' (n bytes)
Informe le garbage collector ou specified memory region (n bytes beginning at the byte pointed to by p) contains no traceable pointers.
Informa el recolector de basura o detector de fugas que la región especificada de memoria (n bytes comenzando en el byte apuntado por p) no contiene punteros rastreable.
In this case, the mbtowc function inspects at most n bytes of the multibyte string starting at s, extracts the next complete multibyte character, converts it to a wide character and stores it at *pwc.
En este caso, la función mbtowc inspecciona, como mucho, n bytes de la cadena multibyte s, extrae el siguiente carácter multibyte completo, lo convierte a un carácter ancho y lo almacena en *pwc.
The memmove() function copies n bytes from memory area src to memory area dest.
La función memcpy() copia n bytes desde el área de memoria src al área dest.
The error is easily resolved by a check using strlen (mechanism) before copying, or by using n bytes copy functions, like strncpy.
El error se resuelve fácilmente con una comprobación de strlen(mechanism) antes de la copia, o con el uso de funciones de copia de n bytes, como strncpy.
The memrchr() function is like the memchr() function, except that it searches backwards from the end of the n bytes pointed to by s instead of forwards from the beginning.
La función memrchr() es similar a la función memchr(), pero en lugar de buscar hacia delante desde el principio del área de memoria apuntada por s, busca hacia atrás desde el final de los n bytes que siguen a dicha dirección.
Alternatively, before calling getline(), *lineptr can contain a pointer to a malloc(3)-allocated buffer *n bytes in size.
Alternativamente, antes de llamar a getline(), *lineptr puede contener un puntero a un buffer reservado vía malloc() de tamaño *n bytes.
If the n bytes starting at s do not contain a complete multibyte character, or if they contain an invalid multibyte sequence, mbtowc returns -1.
Si los primeros n bytes de s no contienen un carácter multibyte completo, o si contiene una secuencia multibyte inválida, mbtowc devuelve -1.
Warning: If there is no null byte among the first n bytes of src, the string placed in dest will not be null terminated.
Así, si el byte cero no está entre los primeros n bytes de orig, el resultado no será una cadena terminada en cero.