Return TypeFunction nameArguments
hzEcodehzToken::Init(const char*,uint32_t,hzTokenType,)

Declared and defined in file: hzTokens.h

Function Logic:

0:START 1:m_Tok m_nLine m_eType 2:Return E_OK

Function body:

hzEcode hzToken::Init (const char* txt)uint32_t line, hzTokenType type, 
                                                                           { m_Tok = txt ; m_nLine = line ; m_eType = type ; return E_OK ; }