Changeset 31663 for trunk/Ohana/src/libohana/include/ohana.h
- Timestamp:
- Jun 22, 2011, 12:33:45 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/ohana.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/ohana.h
r31635 r31663 19 19 # include <readline/readline.h> 20 20 21 // comment this out to avoid the internal Ohana memory management code 22 // # define OHANA_MEMORY 23 21 24 // XXX I was including these before, but RHL claims they are not needed 22 25 // # include <malloc.h> … … 234 237 int scan_line PROTO((FILE *f, char *line)); 235 238 int dparse PROTO((double *X, int NX, char *line)); 239 int dparse_csv PROTO((double *X, int NX, char *line)); 236 240 int fparse PROTO((float *X, int NX, char *line)); 237 241 int get_argument PROTO((int argc, char **argv, char *arg));
Note:
See TracChangeset
for help on using the changeset viewer.
