diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-07-05 13:05:54 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-07-05 13:05:54 +0200 |
| commit | 3cb39141f7cfd79c4ee731441bdf29a753351553 (patch) | |
| tree | 2f63266589f917b40e9136cae64353c964c7ea61 /csv.h | |
| parent | 5cad3a1a7176017982fb3afcdf8399df011868f8 (diff) | |
| download | libcsv-3cb39141f7cfd79c4ee731441bdf29a753351553.tar.gz libcsv-3cb39141f7cfd79c4ee731441bdf29a753351553.tar.bz2 libcsv-3cb39141f7cfd79c4ee731441bdf29a753351553.zip | |
Entferne die Routinen zum Schreiben eines CSV-Datei. Dies hier ist eine
Bibliothek zum Lesen/Parsen.
Diffstat (limited to 'csv.h')
| -rw-r--r-- | csv.h | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -60,10 +60,6 @@ int csv_read(csv_t *csv, FILE *in); | |||
| 60 | int csv_nfields(const csv_t *const csv); | 60 | int csv_nfields(const csv_t *const csv); |
| 61 | const char *csv_field(const csv_t *const csv, int idx); | 61 | const char *csv_field(const csv_t *const csv, int idx); |
| 62 | 62 | ||
| 63 | /* write */ | ||
| 64 | void csv_write(FILE *out, const csv_t *const csv); | ||
| 65 | void csv_write_ex(FILE *out, int n, const char *fields[], const csv_options_t *const csv_options); | ||
| 66 | |||
| 67 | /* error handling */ | 63 | /* error handling */ |
| 68 | const char *csv_err_str(csv_err_t csv_err); | 64 | const char *csv_err_str(csv_err_t csv_err); |
| 69 | 65 | ||
