out_string_literal

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

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

Parameters

str const(char)*

pointer to string data (need not have terminating 0)

len uint

number of characters in string

sz uint

size of each character (1, 2 or 4)

Return Value

Type: Symbol*

a Symbol pointing to it.

Suggestion Box / Bug Report