Ignore:
Timestamp:
Jan 5, 2001, 11:15:28 PM (25 years ago)
Author:
umoeller
Message:

Updated tooltips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/linklist.h

    r17 r20  
    5858    /*
    5959     *@@ LISTNODE:
    60      *      new with V0.9.0. This now defines
    61      *      one item in the list.
    62      *      pItemData points to the actual data.
     60     *      this defines one item in a LINKLIST.
     61     *
     62     *      pItemData points to the actual data,
     63     *      whatever format this is in...
     64     *
     65     *      See linklist.c for more on how
     66     *      to use these.
    6367     *
    6468     *@@added V0.9.0
     
    7478    /*
    7579     *@@ LINKLIST:
    76      *      new with V0.9.0. This now defines
    7780     *      the "root" of a linked list.
     81     *
     82     *      See linklist.c for more on how
     83     *      to use these.
    7884     *
    7985     *@@added V0.9.0
Note: See TracChangeset for help on using the changeset viewer.