SaveSpec
Saves the spec to a file.
This file can be read in the future by the
LoadSpec
function or used by the stanreportconsole application.
Syntax
int reportSaveSpec(const char *sFile);
Syntax description
sFile
a null-terminated string specifying the name of the spec file.
Return values
Returns zero on success, and an error number on error.