SMC_RawLine Typedef

Callback for whenever a new line of text is about to be parsed.

typedef SMC_RawLine = function SMCResult(SMCParser smc, const char[] line, int lineno)

Tags

smc

The SMCParser.

line

A string containing the raw line from the file.

lineno

The line number it occurs on.