| Return Type | Function name | Arguments |
|---|---|---|
| hzEcode | hzToken::Init | (const char*,uint32_t,hzTokenType,) |
Declared and defined in file: hzTokens.h
Function Logic:
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 ; }