A variadic function is a function that accepts a variable number of parameters.
In computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments.
En programmation informatique, une fonction variadique est une fonction d'arité indéfinie, c'est-à-dire qui accepte un nombre variable de paramètres.
In mathematics and in computer programming, a variadic function is a function of indefinite arity, i.e., one which accepts a variable number of arguments.
En programmation informatique, une fonction variadique est une fonction d'arité indéfinie, c'est-à-dire qui accepte un nombre variable de paramètres.
Although arguments to ptrace() are interpreted according to the prototype given, glibc currently declares ptrace() as a variadic function with only the request argument fixed.
Bien que les arguments de ptrace soient interprétés comme dans le prototype plus haut, la bibliothèque GlibC déclare ptrace comme une fonction variadique où seul l'argument request est fixé.
To declare a variadic function, an ellipsis is used as the last parameter, e.g. int printf(const char* format,...);.
4 Exemple D'utilisation Pour déclarer une fonction variadique, une ellipse est utilisé comme dernier paramètre, par exemple, int printf(const char *format,...);.
Also, this is the only secure way to call a variadic function found in a schema that permits untrusted users to create objects; see Section 10.3.
En outre, il s'agit de la seule méthode sûre pour appeler une fonction VARIADIC trouvée dans un schéma qui autorise les utilisateurs qui ne sont pas de confiance à créer des objets ; voir Section 10.3, « Fonctions ».
This means it is not possible to call a variadic function using named arguments (Section 4.3), except when you specify VARIADIC.
Cela signifie qu'il n'est pas possible d'appeler une fonction variadic en utilisant des arguments nommés (Section 4.3, « Fonctions appelantes »), sauf quand vous spécifiez VARIADIC.
The number of arguments should be fixed (i.e. it can not be a variadic function as in stdarg.h in C).
Le nombre d'arguments doit être fixé (pas de vararg comme en C).
The number of arguments should be fixed (i.e. it can not be a variadic function as in stdarg.h in C).
Le nombre d'arguments doit être fixé (pas de vararg comme en C).
Also, this is the only secure way to call a variadic function found in a schema that permits untrusted users to create objects; see Section 10.3.
De plus, c'est la seule façon sécurisée d'appeler une fonction à nombre d'arguments variant trouvée dans un schéma permettant à des utilisateurs sans confiance de créer des objets ; voir Section 10.3, « Fonctions ».