diff options
| author | Thomas Schmucker <ts@its1.de> | 2020-06-27 10:45:31 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2020-06-27 10:45:31 +0200 |
| commit | 1d451db2505f229cb48e4dc671a1900397dd4ee4 (patch) | |
| tree | 549ee3a41a43eada2437f1cf65503569b33e13e5 | |
| parent | a609a0d5e82a15ee43f71f0a19218c59e9556575 (diff) | |
| download | libcsv-1d451db2505f229cb48e4dc671a1900397dd4ee4.tar.gz libcsv-1d451db2505f229cb48e4dc671a1900397dd4ee4.tar.bz2 libcsv-1d451db2505f229cb48e4dc671a1900397dd4ee4.zip | |
Benutze '#pragma once' als Include-Wächter.
| -rw-r--r-- | csv.h | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -1,5 +1,4 @@ | |||
| 1 | #ifndef ITS1_CSV_H_INCLUDED | 1 | #pragma once |
| 2 | #define ITS1_CSV_H_INCLUDED | ||
| 3 | 2 | ||
| 4 | #include <stdio.h> /* FILE */ | 3 | #include <stdio.h> /* FILE */ |
| 5 | #include <stddef.h> /* size_t */ | 4 | #include <stddef.h> /* size_t */ |
| @@ -71,5 +70,3 @@ const char * csv_err_str(csv_err_t csv_err); | |||
| 71 | #ifdef __cplusplus | 70 | #ifdef __cplusplus |
| 72 | } | 71 | } |
| 73 | #endif | 72 | #endif |
| 74 | |||
| 75 | #endif | ||
