From 629a8fdf5534188692aee40a8c0db8d12d8d9234 Mon Sep 17 00:00:00 2001 From: Mid <> Date: Sat, 4 Jan 2025 10:53:47 +0200 Subject: [PATCH] Forgot something --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c809036..a0e1898 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Eebie is a very small C99 library for reading and writing EBML files, namely Mat The library is meant to be embedded directly into another project. +TODO: signed integer writing + ## Reading example #include"eebie/reader.h"