Name
mcATprintTableHeader — Print table header of array table
Synopsis
#include <stdio.h>
#include <memcom.h>
int mcATprintTableHeader(int handle, const char* name,
FILE* stream);
Description
mcATprintTableHeader
prints the table
header attributes of the array table name
residing on the database handle
to the output
stream identified by stream
.
Parameters
handle
Database handle (input).
name
Name of a new dataset defining the array table
(input).
stream
Output stream identifier (input).