MemCom Reference Manual > MemCom C API Manual Pages > Relational Table Manager Functions > mcTBprint

Name

mcTBprint — Print content of relational table

Synopsis

#include <stdio.h>
#include <memcom.h>

int mcTBprint(mcRTable* rt, FILE* fd);

Description

mcTBprint prints the content of a relational table pointed to by rt to the file pointed to by fd.

Parameters

rt

Pointer to relational table in memory (input).

fd

Output file unit (input). If set to NULL output is directed to stdout.