diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-13 15:50:28 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-09-13 15:54:09 +0200 |
| commit | 08f15adc6cd9de0db8244963177505cfdd634504 (patch) | |
| tree | 6d1001690896aa92fa1a07821ece65b6b116c1aa /README.md | |
| parent | 1de9228fda28826c337ac09201586de1f2f248b9 (diff) | |
| download | farga-08f15adc6cd9de0db8244963177505cfdd634504.tar.gz farga-08f15adc6cd9de0db8244963177505cfdd634504.zip | |
lang/c: Add an example on flexible array checks
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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+ |
