Skip to content

Commit

Permalink
redirect README example to new unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed Feb 6, 2024
1 parent ea7a5d2 commit 34ddfb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A single-file library (~150 LOC) for decoding FSEQ (.fseq) v2.0+ sequence files
- `#include "tinyfseq.h"` as expected (you may need to modify the path).
- Define `TINYFSEQ_IMPLEMENTATION` in a single C/C++ source code file ([more info on using single-file libraries](https://github.com/nothings/stb#how-do-i-use-these-libraries))

A short example of including libtinyfseq and decoding a file header is available in [`example.c`](example.c)
A short example of including libtinyfseq and printing the library version is available in the form of a [`test/build.c`](unit test).

## Compatibility

Expand Down
77 changes: 0 additions & 77 deletions example.c

This file was deleted.

0 comments on commit 34ddfb1

Please sign in to comment.