rtypname()

Returns a pointer to a null-terminated string containing the name of the data type.

Syntax

char *rtypname(mint datatype)
  1. datatype is an integer code defining the data type.

Returns

The rtypname function returns a pointer to a string that contains the name of the data type specified datatype.

If datatype is an invalid value, rtypname() returns a null string (" ").

Usage

The datatype must be one of the data type constants defined in fglExt.h.