articles/c.md: update

This commit is contained in:
tocariimaa 2025-02-12 14:25:31 -03:00
parent f24e7c6775
commit 9f77ffce0b

View file

@ -95,6 +95,7 @@ main(int argc, char **argv)
## Resources
- *The C Programming Language* by Brian Kernighan and Dennis Ritchie, covers the ANSI C version.
- [*The Development of the C Language*](http://9p.io/cm/cs/who/dmr/chist.html) by Dennis Ritchie.
## See also
- [C tutorial](c_tutorial.md)