Vertaling van "or printf" in Frans
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 redirection appears after the print or printf statement.
Une redirection apparaît après l'impression ou printf déclaration.
For rounding to a certain number of digits, sprintf() or printf() is usually the easiest route.
Pour arrondir à un certain nombre de chiffres, sprintf() ou printf() sont d'habitude la voie la plus simple.
So you need to use the"%u" formatter of sprintf() or printf() to get the string representation of the unsigned crc32() checksum in decimal format.
Aussi, vous devez utiliser le formateur"%u" de la fonction sprintf() ou de la fonction printf() pour récupérer une représentation en chaîne de caractères de la somme de contrôle non-signée de la fonction crc32() au format décimal.
For rounding to a certain number of digits, sprintf() or printf() is usually the easiest route.
Pour arrondir à un nombre de décimales précis, la méthode la plus simple est d'utiliser sprintf() ou printf().
Returns a string formatted by the usual printf conventions of the C library function sprintf. See below for more details and see sprintf(3) or printf(3) on your system for an explanation of the general principles.
Retourne une chaîne formatée selon les conventions usuelles de la fonction sprintf() de la bibliothèque C. Voir ci-dessous et sprintf(3) ou printf(3) sur votre système pour une explication sur les principes généraux.
To make a number into an ASCII string in a scientific format, use cformat or printf.
Pour formater des nombres en ASCII dans un format scientifique, utilisez la commande cformat ou la commande printf.
Special File Names When doing I/O redirection from either print or printf into a file, or via getline from a file, gawk recognizes certain special filenames internally.
Noms de Fichiers Spéciaux Quand il effectue une redirection entrée/sortie à partir de print ou de printf dans un fichier, ou via getline à partir d'un fichier, gawk reconnaît certains noms de fichiers spéciaux en interne.