Name
mcDBprintFileHeader — Print database header
Synopsis
#include <memcom.h>
#include <stdio.h>
int mcDBprintFileHeader(const char* name, FILE* sout);
Description
mcDBprintFileHeader
prints the database
header parameters of the database identified by
handle
to the output stream identified by
sout
. If completed successfully, the function
returns 0. Otherwise, a positive value indicating the
MemCom warning is returned.
Parameters
name
Database name (input).
sout
Output stream identifier (input).