Load the XidarML configuration file named int the command string.
The configuration file establishes the topology of the tree and
whatever names might have been assigned to the nodes. File is
same format as that resulting from an MLDump ().
Source: ../mld.c.html#MLLoad_
static int MLAddrCmp( const void *pmlnode0, const void *pmlnode1 )
Compare two pointers to pointers to nodes according the addresses.
Source: ../mld.c.html#MLAddrCmp
static int MLPathCmp( const void *pmlnode0, const void *pmlnode1 )
Compare two pointers to pointers to nodes according the path order
of the two. Path order is by address within directories, where
any given address might also be a directory itself.
Source: ../mld.c.html#MLPathCmp
Return the node if it exists already. Else create the node, give
it a name and a driver table, and install it in the directory struture.
Source: ../mld.c.html#MLNodeCreate