Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ DtDtsDataTypeNames(3) — Digital UNIX 3.2c

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

DtDts(5)

DtDtsLoadDataTypes(3)

DtDtsFreeDataTypeNames(3)

DtDtsDataTypeNames(3)  —  Subroutines

NAME

DtDtsDataTypeNames − get a list of available data types

SYNOPSIS

#include <Dt/Dts.h>
char ∗∗DtDtsDataTypeNames(void);

DESCRIPTION

The DtDtsDataTypeNames() function returns a list of all available data types that are currently loaded into the data types database.

RETURN VALUE

Upon successful completion, the DtDtsDataTypeNames() function returns a NULL-terminated array of pointers to data type name strings. 

APPLICATION USAGE

The application should use the DtDtsFreeDataTypeNames(3) function to release the memory for the returned value. 

SEE ALSO

DtDts(5), DtDtsLoadDataTypes(3), DtDtsFreeDataTypeNames(3). 

  —  15 Jun 1994

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026