1.9.14. build_LoadCore()

[<<<] [>>>]

This function loads the binary code from an opened file.

Arguments:

void build_LoadCore(pBuildObject pBuild,
                    char *szFileName,
                    FILE *fp,
                    long lEOFfset
);
Note that the program does not return error code, but calls the reporting function to report error. The file fp is not closed in the function even if error has happened during reading.
[<<<] [>>>]