Xiqual 0.9.1

In file xitools/hash.c:

HashNode* hash_newnode

(const char* name,
  void* data,
  ulong size)

Creates a new node with specified name and data.

Documentation

Creates a new node with specified name and data. The name is duplicated with xi_strndup().
Parameters:
- name String to sort by.
- data Any data you desire that fits in a void pointer.
Returns:
A new node with a copy of the specified name and data pointer.
Author:
Ronny Bangsund
See Also:
hash_new(), crc32_calc(), xi_strndup(), HashTable, HashNode

Alphabetic index



This page was generated with the help of DOC++.