Xiqual 0.9.1

In file xitools/node_findbycontents.c:

Node* node_findbycontents

(Node* node,
  char* nodename)

Return a Node with data partially containing the entire specified string.

Documentation

Return a Node with data partially containing the entire specified string. This function is useful to find nodes that contain more than just the data you are looking for. Safe to call on a circular chain of nodes.
Parameters:
node - A Node to start searching at.
nodename - String that must exist in node->data.
Author:
Ronny Bangsund
See Also:
List, Node, preferences, variable, statuscleaner.c

Alphabetic index



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