diff options
author | EuAndreh <eu@euandre.org> | 2021-06-13 21:02:40 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-13 21:02:46 -0300 |
commit | 6f4ce112caa31c882131998e0cba588286467506 (patch) | |
tree | 2547442282d3d391d50c833acbf2d6a8767fb7b8 /TODOs.md | |
parent | aux/workflow/TODOs.sh: Generate valid HTML (diff) | |
download | remembering-6f4ce112caa31c882131998e0cba588286467506.tar.gz remembering-6f4ce112caa31c882131998e0cba588286467506.tar.xz |
TODOs.md: Add link to #improvement-f7317d52-012d-7f94-e699-aec7c84329b0
Diffstat (limited to '')
-rw-r--r-- | TODOs.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -261,7 +261,10 @@ On plain POSIX sh. --- -The best resource on portability is [Portability is Reliability](https://evan.nemerson.com/2021/05/04/portability-is-reliability/), by Evan Nemerson. +Resources on writing portable C code: + +- [Portability is Reliability](https://evan.nemerson.com/2021/05/04/portability-is-reliability/) +- [Why is C called a portable language?](https://www.quora.com/Why-is-C-called-a-portable-language-2?share=1) ## TODO Learn about secure programming in C {#improvement-8dfd18cf-2c34-ee29-e6cd-53d300687789} - TODO in 2021-06-13 |