Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikesmullin/gnu_c

Teaching myself ANSI C and GNU C. Follow along and learn with me! :)
https://github.com/mikesmullin/gnu_c

Last synced: about 2 months ago
JSON representation

Teaching myself ANSI C and GNU C. Follow along and learn with me! :)

Awesome Lists containing this project

README

        

## See also:
* http://tigcc.ticalc.org/doc/keywords.html
* http://tigcc.ticalc.org/doc/gnuexts.html
* http://tigcc.ticalc.org/doc/opers.html#asterisk
* http://stackoverflow.com/questions/10405436/anonymous-functions-using-gcc-statement-expressions
* http://www.cprogramming.com/tutorial/function-pointers.html
* http://www.cprogramming.com/tutorial/c/lesson17.html
* http://www.cs.rit.edu/~ats/books/ooc.pdf
* http://www.cplusplus.com/reference/cstdio/printf/
* http://www.amath.unc.edu/sysadmin/DOC4.0/c-compiler/user_guide/data.represent.app.doc.html
* http://www.eskimo.com/~scs/cclass/int/sx8.html
* http://gcc.gnu.org/onlinedocs/gcc/Function-Names.html
* http://www.oualline.com/style/c03.html
* http://www.embedded.com/discussion/other/4024626/Object-Oriented-C-Creating-Foundation-Classes-Part-1
* http://gcc.gnu.org/onlinedocs/gcc-2.95.3/cpp_1.html#SEC11
* LOL! http://thread.gmane.org/gmane.comp.version-control.git/57643/focus=57918

## Related work:
* https://gist.github.com/mikesmullin/6259449
* https://github.com/luna/luna