The OpenD Programming Language

put_uXXXX

Decodes ushort c to the form \uXXXX, where XXXX is 2 hexadecimal characters.

  1. void put_uXXXX(W w, char c)
  2. void put_uXXXX(W w, ushort c)
    void
    put_uXXXX
    (
    C = char
    W
    )
    (
    scope ref W w
    ,
    ushort c
    )

Meta