Examples with "le fprintf" 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.
Des données peuvent être écrites au dossier en utilisant le fputc et le fprintf.
Andere resultaten
Le format est identique au format de la fonction du langage C fprintf.
The format string is identical to that of the C language fprintf function.
Les fscanf et fprintf commandes se comportent comme des fonctions C scanf et printf.
The fscanf and fprintf commands behave like C scanf and printf functions.
<? valeur retournée par fprintf pour déterminer le nombre d'octets écrits ?
/ use the return value of fprintf to determine how many bytes we wrote
Si vous ne spécifiez pas fid, fprintf formatte les données en texte et affiche le contexte de ce texte.
If you do not specify fid, fprintf formats data as text and displays the context of this text.
TZ Modifie le fuseau horaire utilisé dans le format de certaines directives liées au temps dans -printf et -fprintf.
TZ Affects the time zone used for some of the time-related format directives of -printf and -fprintf.
print, -fprint Le quoting est géré de la même manière que pour -printf et -fprintf.
This quoting is performed in the same way as for GNU ls.
L'action -fprintf peut être utilisée pour récupérer une liste d'éléments variés pour les ranger dans différents fichiers en sortie.
The -fprintf action can be used to list the various matched items into several different output files. STANDARDS CONFORMANCE
Modification de Modèle:c/io/dsc fprintf -
Information for "Template:c/io/dsc fprintf" -
On utilise maintenant la fonction fprintf et toutes les fonctions d'impression prennent en argument supplémentaire le formateur (c'est l'argument ppf) où l'impression se produira.
Now, the functions get an extra argument, namely a pretty-printing formatter (the ppf argument) where printing will occur.
Agit de la même façon que fprintf() excepté que vfprintf() accepte un tableau d'arguments, plutôt qu'un nombre variant d'arguments.
Operates as printf() but accepts an array of arguments, rather than a variable number of arguments. Parameters format
De nombreux programmes (grep, egrep) et fonctions (printf, fprintf,...) sont documentées dans une seule page de manuel.
Many programs (grep, egrep) and functions (printf, fprintf,...) are documented in a single man page.
L'outil essaiera de trouver des problèmes potentiels dans l'utilisation des fonctions variadiques (pouvant accepter un nombre variable d'arguments) dans du code C et C++, par exemple les fonctions printf, fprintf et syslog.
Instead it is a program specifically aimed at detecting format string bugs. 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.