diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 19:02:42 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2026-01-21 19:02:42 +0100 |
| commit | 5d37541d63b5c1454dd424eb6f0bc4465629dade (patch) | |
| tree | dd3357a5931da12aace9eebfa7f1b343a3a6f8f7 /examples | |
| parent | b5575596c187fe6d9143b9e08f5b1068ab01410f (diff) | |
| download | nonstd-5d37541d63b5c1454dd424eb6f0bc4465629dade.tar.gz | |
Cleanup and fixes
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/files.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/files.c b/examples/files.c index 663bbf9..2e637de 100644 --- a/examples/files.c +++ b/examples/files.c @@ -23,12 +23,6 @@ int main(void) { printf("Written test_sv.txt\n"); } - stringv sv_read = read_entire_file_sv("test_sv.txt"); - if (sv_read.data) { - printf("Read sv: %.*s", (int)sv_read.length, sv_read.data); - free((char *)sv_read.data); - } - // 3. usage with string builder stringb sb; sb_init(&sb, 0); |
