some exercises in c
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
neingeist c8683cda1c mark arg of compmandelbrot as unused to suppress compiler warning 11 years ago
.gitignore use ctags 11 years ago
IDEAS add more ideas 11 years ago
Makefile use ctags 11 years ago
approximate-pi.c make pedantic clang happier by not specifying unused argc/argv 11 years ago
binsearch.c don't use zero-size array to make pedantic gcc happy 11 years ago
bit-fuckery.c add bit fuckery 12 years ago
bit-fuckery2.c add bit fuckery 12 years ago
bloom.c reindent bloom.c 12 years ago
checkcheck.c reindent 12 years ago
circular-buffer.c use int main(void) for main, so clang won't complain about unused argc/argv 11 years ago
linked-list.c use int main(void) for main, so clang won't complain about unused argc/argv 11 years ago
lua-foo.c fix lua foo 11 years ago
lua-foo.lua add lua experiment 11 years ago
mandelbrot.c use int main(void) for main, so clang won't complain about unused argc/argv 11 years ago
multibrot.c mark arg of compmandelbrot as unused to suppress compiler warning 11 years ago
ncurses-pong.c reindent 12 years ago
structs.c make pedantic clang happier by not specifying unused argc/argv 11 years ago
test-inline-assembly.c add assert to make sure our assembly works 11 years ago
threads.c make clang happier about unused argc/argv in main() 11 years ago
uiowa-threads-example.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 11 years ago
uiowa-threads.c user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 11 years ago
uiowa-threads.h user-level thread code from http://homepage.cs.uiowa.edu/~jones/opsys/threads/ 11 years ago
wo-lernen.c make pedantic clang happier by not specifying unused argc/argv 11 years ago