Contents Index an_expand_db structure a_stats_line structure

ASA Programming Guide
  The Database Tools Interface
    DBTools structures

a_name structure


Function 

Holds a linked list of names. This is used by other structures requiring lists of names.

Syntax 

typedef struct a_name {
struct a_name *   next;
char         name[1];
} a_name, * p_name;

Parameters 
Member Description
next Pointer to the next a_name structure in the list
name The name
p_name Pointer to the previous a_name structure
See also 

a_translate_log structure

a_validate_db structure

an_unload_db structure


Contents Index an_expand_db structure a_stats_line structure