IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2011, 12:33:45 AM (15 years ago)
Author:
eugene
Message:

merged from eam_branches/ipp-20110505: allow managed memory (with linked list a la psLib); add csv to mana; allow read-only dvo databases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/include/ohana.h

    r31635 r31663  
    1919# include <readline/readline.h>
    2020
     21// comment this out to avoid the internal Ohana memory management code
     22// # define OHANA_MEMORY
     23
    2124// XXX I was including these before, but RHL claims they are not needed
    2225// # include <malloc.h>
     
    234237int     scan_line              PROTO((FILE *f, char *line));
    235238int     dparse                 PROTO((double *X, int NX, char *line));
     239int     dparse_csv             PROTO((double *X, int NX, char *line));
    236240int     fparse                 PROTO((float *X, int NX, char *line));
    237241int     get_argument           PROTO((int argc, char **argv, char *arg));
Note: See TracChangeset for help on using the changeset viewer.