nn_symbol

Returns the symbol name (e.g. "NN_REQ") and value at a specified index. If the index is out-of-range, returns null and sets errno to EINVAL General usage is to start at i=0 and iterate until null is returned.

  1. char* nn_symbol(int i, int* value)
  2. const(char)* nn_symbol(int i, int* value)
    extern (C) @nogc nothrow nothrow @nogc
    const(char)*
    nn_symbol
    (
    int i
    ,
    int* value
    )