Syntax: int purecov_enable_save (void)
This function clears the flag set by purecov_disable_save, permitting PureCoverage to write the data when the program exits or executes another program.
For example, a self-test program can disable saving at start-up, and only re-enable saving upon positive confirmation of successful completion.