IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 5, 2005, 9:53:49 AM (21 years ago)
Author:
eugene
Message:

fixed some memory leaks, pushed extra init functions into lib inits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/ListOps.c

    r3922 r4714  
    11# include "opihi.h"
    22# include "macro.h"
     3
     4void InitLists () {
     5  Nlists = 0;
     6  ALLOCATE (lists, List, 1);
     7  return;
     8}
    39
    410/* return a new string consisting of the next line in the current list */
Note: See TracChangeset for help on using the changeset viewer.