Skip to content

Commit

Permalink
update examples/README.md to link to c files
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidaty authored Oct 12, 2022
1 parent 622c884 commit 2d4c4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/lib/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Examples using libzsv

This directory contains two simple examples using libzsv:
* simple.c: parse a CSV file and for each row, output the row number,
* [simple.c](simple.c): parse a CSV file and for each row, output the row number,
the total number of cells and the number of blank cells
* print_my_column.c: parse a CSV file, look for a specified
* [print_my_column.c](print_my_column.c): parse a CSV file, look for a specified
column of data, and for each row of data, output only that column

## Building
Expand Down

0 comments on commit 2d4c4fb

Please sign in to comment.