diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-30 16:25:31 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-30 16:25:31 +1100 |
| commit | 85cb233a2dc796965c7f6819a80e6b6ba7a717c2 (patch) | |
| tree | 57490fb4fe8a754181e5ec49caed5aa92c71df89 /src/tinyff.c | |
| parent | 1bca65ae9a677476dbaeab6a74c0f1e4a749319a (diff) | |
feat(tinyff): Include common in tinyff.c
Diffstat (limited to 'src/tinyff.c')
| -rw-r--r-- | src/tinyff.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tinyff.c b/src/tinyff.c new file mode 100644 index 0000000..1092594 --- /dev/null +++ b/src/tinyff.c @@ -0,0 +1,2 @@ +#include <tinyff/common.h> +#include <tinyff/tinyff.h>
\ No newline at end of file |
