diff options
author | elioat <elioat@tilde.institute> | 2023-05-25 22:12:20 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2023-05-25 22:12:20 -0400 |
commit | 208f28e0803eb2f31bad3d0b6cbe4ca0bdb59b42 (patch) | |
tree | a994ae2f51ced5d8dcd16ecf1e8915464c0699f7 | |
parent | ee89384b2bf9518ee644e9212d67b08f5509839d (diff) | |
download | tour-208f28e0803eb2f31bad3d0b6cbe4ca0bdb59b42.tar.gz |
"*"
-rw-r--r-- | p9c/notes.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/p9c/notes.md b/p9c/notes.md new file mode 100644 index 0000000..59d7593 --- /dev/null +++ b/p9c/notes.md @@ -0,0 +1,13 @@ + +reference and resources: + +https://wiki.xxiivv.com/site/plan9_c.html +http://doc.cat-v.org/plan_9/programming/c_programming_in_plan_9 +http://blog.postnix.pw/2018/09/21/0/ +http://sdf.org/?tutorials/Plan_9_C + + +general: + +http://crasseux.com/books/ctutorial/index.html +https://beej.us/guide/bgc/html/ \ No newline at end of file |