Ils sont similaires aux symboles de formatage de la fonction printf.
Ce programme démontre aussi un moyen utile de résolution de problème au moyen de la fonction printf.
This program also demonstrates a useful trouble-shooting device with the printf function.
Enfin et surtout, nous aurons besoin d'appeler la fonction printf pour afficher notre phrase.
Last but not least, we will need to call the function printf to print our sentence.
Cette vulnérabilité est due à une mauvaise utilisation de la fonction printf() en programmation C.
This vulnerability appears with a wrong implementation of the function printf() in language C.
Interdicton d'utiliser la fonction printf.
La fonction printf est une des fonctions de la biblio- theque C qui peut prendre n'importe quel nombre d'arguments.
The printf function is one of the C library functions that can take any number of arguments.
Cette vulnérabilité apparait quand il est possible d'injecter une chaine de formatage arbitraire dans la fonction printf().
This vulnerability appears when it is possible to inject an arbitrary format string in function printf().
La fonction printf renvoie une chaîne formatée en utilisant des instructions de formatage intégrées ; la fonction sprintf renvoie une chaîne formatée en utilisant les mêmes instructions de formatage intégrées.
The printf function outputs a string formatted using embedded formatting instructions; the sprintf function returns a string formatted using the same embedded formatting instructions.
La fonction perl hex() convertit des nombres hexadécimaux en décimaux et la fonction printf() peut être utilisée pour convertir des décimaux en hexadécimaux.
The perl function hex() converts hex numbers into decimal and the function printf() can be used to convert decimal into hex.
Il peut aussi arriver que cette notation soit utilisée pour lever des ambiguïtés, par exemple pour différencier la commande printf que l'on pourra désigner par printf(1) et la fonction printf du langage C, que l'on pourra désigner par printf(3).
Sometimes this notation is also used to remove ambiguities, for example to distinguish between the printf command that can also be indicated by printf(1) and the printf function in the C programming language, which can also be referred to as printf(3).
La Figure 4.12 montre a quoi ressemble la pile après le prologue de la fonction printf.
Figure 4.12 shows what the stack looks like after the prologue inside the printf function.
Explication La fonction printf sert à reproduire une corde formattée en PHP.
Explanation The printf function is used to output a formatted string in PHP.
De plus, les premiers modèles (DTL-H1000, DTL-H1001, DTL-H1002) avaient des problèmes avec la fonction printf et les développeurs devaient utiliser une autre fonction à la place.
Also, the first models (DTL-H1000, DTL-H1001, DTL-H1002) had problems with printf function and developers had to use another function instead.