In file hl.h:

unsigned int SYMBOL_TABLE_getLabelIdentifier

(SYMBOL_TABLE_t* t,
  const char* label)

Return the identifier assigned to a label in a symbol table

Documentation

Return the identifier assigned to a label in a symbol table

Parameters:
t - the symbol table
label - the label to look for
Returns:
the identifier assigned to given label or HL_INVALID_LABEL if it hasn't any

Alphabetic index



This page was generated with the help of DOC++.