1.10.12. reader_InitStructure()

[<<<] [>>>]

This function should be called to initialize the reader structure. It sets the file handling routines to the standard fopen, fclose and getc functions, and also sets the function pointers so that the module uses malloc and free.

void reader_InitStructure(pReadObject pRo
);

[<<<] [>>>]