out_string_literal

Write out a readonly string literal in an implementation-defined manner.

version(!SPP)
extern (C++) nothrow
out_string_literal
(
const(char)* str
,
uint len
,
uint sz
)

Parameters

str
Type: const(char)*

pointer to string data (need not have terminating 0)

len
Type: uint

number of characters in string

sz
Type: uint

size of each character (1, 2 or 4)

Return Value

Type: Symbol*

a Symbol pointing to it.

Meta