SMC_SetReaders Function

Sets the three main reader functions.

void SMC_SetReaders(Handle smc, SMC_NewSection ns, SMC_KeyValue kv, SMC_EndSection es)

Parameters

Handle smc

An SMC parse Handle.

SMC_NewSection ns

An SMC_NewSection function pointer.

SMC_KeyValue kv

An SMC_KeyValue function pointer.

SMC_EndSection es

An SMC_EndSection function pointer.