Vertaling van "token-string" 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.
El ámbito de un nombre de parámetro formal se extiende a la nueva línea que finaliza token-string.
The scope of a formal parameter name extends to the new line that ends token-string.
El argumento token-string consta de una serie de tokens, como palabras clave, constantes o instrucciones completas.
The token-string argument consists of a series of tokens, such as keywords, constants, or complete statements.
Los nombres de los parámetros formales aparecen en token-string para marcar las ubicaciones donde se sustituyen los valores reales.
Formal parameter names appear in token-string to mark the locations where actual values are substituted.
Cada nombre de parámetro puede aparecer varias veces en token-string, mientras que los nombres pueden aparecer en cualquier orden.
Each parameter name can appear multiple times in token-string, and the names can appear in any order.
Si el nombre de la macro que se define aparece en token-string (incluso como resultado de otra expansión de macro), no se expande.
If the name of the macro being defined occurs in token-string (even as a result of another macro expansion), it is not expanded.
Una vez definida la macro, cada repetición posterior de identifier(identifieropt, ..., identifieropt) se reemplaza con una versión del argumento token-string que tiene los argumentos reales en lugar de parámetros formales.
After the macro is defined, each subsequent occurrence of identifier(identifieropt,..., identifieropt) is replaced with a version of the token-string argument that has actual arguments substituted for formal parameters.
define sin token-string quita las apariciones de identifier del archivo de código fuente.
A #define without a token-string removes occurrences of identifier from the source file.