From 08f15adc6cd9de0db8244963177505cfdd634504 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 13 Sep 2025 15:50:28 +0200 Subject: lang/c: Add an example on flexible array checks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1804b5e..4c95800 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A bunch of code that messes with low level stuff. That is: - `user/`: user space programs that either delve into RISC-V assembly or that interface the Linux Kernel on the RISC-V architecture. - `kernel/dtm`: simple kernel module showcasing the API from the `of` driver. +- `lang/c`: miscellanous code on the C programming language. A lot of this is not taken solely from my brain, and I will give credit whenever it's relevant to each piece of code. For the rest of the code, the GPLv3+ -- cgit v1.2.3