- Utilidades -> C para dummies
- Utilidades -> comandos.txt
- Utilidades -> resum.md (T1, T2 y T3)
- Utilidades -> libc.pdf
- También disponible en html (dentro de la carpeta hay que abrir index.html, no se requiere internet)
- Hay que leer mucho
- Utilidades -> C in a nutshell
- Más rápida de buscar dudas sobre C
- Clone de mi repo sobre c:
- Puedes encontrar muchas funciones de C ya implementadas (entre ellas atoi, strcmp ...)
- Tendrás que buscar en el repo (¯\(ツ)/¯)
We are always thrilled to receive pull requests, and do our best to process them as fast as possible. Not sure if that typo is worth a pull request? Do it! We will appreciate it.
If your pull request is not accepted on the first try, don't be discouraged! If there's a problem with the implementation, hopefully you received feedback on what to improve.
Do you want to contribute? You can learn how from this free series How to Contribute to an Open Source Project on GitHub