NAME
DtCnetCharacterName - Get the name of the specified
character.
SYNOPSIS
#include <Dt.h>
int DtCnetCharacterName( int cnetID, char **name )
DESCRIPTION
DtCnetCharacterName() returns the name of the MetaCycle
character identified by cnetID, via the pointer to the name
parameter.
IMPLEMENTATION NOTES
The pointer returned is of an internal variable.
User should not free it.
DIAGNOSTICS
DtCnetCharacterName() returns one on success and zero on
failure.
FILES
Link with -lDtOMio