some exercises in c
 
 
 
Go to file
neingeist c810a1889c use int main(void) for main, so clang won't complain about unused argc/argv
.gitignore use ctags
IDEAS add more ideas
Makefile use ctags
approximate-pi.c make pedantic clang happier by not specifying unused argc/argv
binsearch.c don't use zero-size array to make pedantic gcc happy
bit-fuckery.c add bit fuckery
bit-fuckery2.c add bit fuckery
bloom.c reindent bloom.c
checkcheck.c reindent
circular-buffer.c use int main(void) for main, so clang won't complain about unused argc/argv
linked-list.c use int main(void) for main, so clang won't complain about unused argc/argv
lua-foo.c fix lua foo
lua-foo.lua add lua experiment
mandelbrot.c use int main(void) for main, so clang won't complain about unused argc/argv
multibrot.c properly clean up before exiting
ncurses-pong.c reindent
structs.c make pedantic clang happier by not specifying unused argc/argv
test-inline-assembly.c add assert to make sure our assembly works
threads.c make clang happier about unused argc/argv in main()
uiowa-threads-example.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/
uiowa-threads.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/
uiowa-threads.h user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/
wo-lernen.c make pedantic clang happier by not specifying unused argc/argv