#ifndef GNUMERIC_FORMATS_H #define GNUMERIC_FORMATS_H extern char *cell_format_numbers []; extern char *cell_format_accounting []; extern char *cell_format_date []; extern char *cell_format_hour []; extern char *cell_format_percent []; extern char *cell_format_fraction []; extern char *cell_format_scientific []; extern char *cell_format_text []; extern char *cell_format_money []; #endif