27 #ifndef IMPORT_PARSE_H 28 #define IMPORT_PARSE_H 41 GNCIF_NUM_PERIOD = (1 << 1),
42 GNCIF_NUM_COMMA = (1 << 2),
45 GNCIF_DATE_MDY = (1 << 8),
46 GNCIF_DATE_DMY = (1 << 9),
47 GNCIF_DATE_YMD = (1 << 10),
48 GNCIF_DATE_YDM = (1 << 11)
52 GncImportFormat gnc_import_test_numeric(
const char* str, GncImportFormat fmts);
53 GncImportFormat gnc_import_test_date(
const char* str, GncImportFormat fmts);
56 GncImportFormat gnc_import_choose_fmt(
const char* msg, GncImportFormat fmts,
59 gboolean gnc_import_parse_numeric(
const char* str, GncImportFormat fmt,
61 gboolean gnc_import_parse_date(
const char *date, GncImportFormat fmt,
gint64 time64
Most systems that are currently maintained, including Microsoft Windows, BSD-derived Unixes and Linux...