Vertaling van "fprintf" 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.
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.
Des données peuvent être écrites au dossier en utilisant le fputc et le fprintf.
Data can be written to the file using fputc and fprintf.
<? 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.
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.
Chacun de ces symboles est une macro de stdio(3) de type pointeur sur un FILE, et peut être utilisé dans des fonctions comme fprintf(3) ou fread(3).
Each of these symbols is a stdio(3) macro of type pointer to FILE, and can be used with functions like fprintf(3) or fread(3).
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
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.
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.