Examples with "funciones variadic" and their translation in Engels
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.
La herramienta intentará encontrar incidencias en el uso de funciones variadic (n.t. que no siempre toman el mismo número de argumentos) en código fuente C y C++, como printf, fprintf y syslog.
The tool will attempt to find potential issues with the use of variadic functions within C and C++ source code, such as printf, fprintf and syslog.
Andere resultaten
Funciones variádicas Un número indefinido de parámetros pueden ser pasados a la función.
Los parámetros pasados a una función variadic se puede acceder usando las macros y los modelos siguientes
Parameters passed to a variadic function can be accessed using the following macros and types
Soporte de funciones variádicas Tratamiento de errores definidos por vlist, los convierte a equivalentes de cadenas de caracteres y escribe los resultados a una variedad de fregaderos.
Loads the data from the locations, defined by vlist, converts them to character string equivalents and writes the results to a variety of sinks.
Compatibilidad agregada de función variadic (una función que permite un número variable de argumentos)
Added variadic function support (a function one supporting a variable number of arguments)
Las funciones variádicas son funciones (por ejemplo printf) que toman un número variable de argumentos.
Variadic functions are functions (e.g. printf) which take a variable number of arguments.
Se puede encontrar una explicación muy buena de las funciones variádicas (funciones que pueden aceptar un número indeterminado de argumentos) en un apartado del apéndice A del manual de The GNU C Library.
You can find a great explanation of C variadic functions in a section of appendix A of The GNU C Library manual.
La declaración de una función variádica utiliza una elipsis como último parámetro, por ejemplo int printf(const char* format,...);.
The declaration of a variadic function uses an ellipsis as the last parameter, e.g. int printf(const char* format,...);.
Para declarar una función variadic, los puntos suspensivos se usa como el último parámetro, por ejemplo, int printf(const char *format,...);.
To declare a variadic function, an ellipsis is used as the last parameter, e.g. int printf(const char *format,...);.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.