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 f04c4686c6 make clang happier about unused argc/argv in main() 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 11 years ago
bit-fuckery2.c add bit fuckery 11 years ago
bloom.c reindent bloom.c 11 years ago
checkcheck.c reindent 11 years ago
circular-buffer.c check malloc() return values 11 years ago
linked-list.c use signed int to make pedantic gcc happy 11 years ago
lua-foo.c fix lua foo 11 years ago
lua-foo.lua add lua experiment 11 years ago
mandelbrot.c re-indent mandelbrot 11 years ago
multibrot.c properly clean up before exiting 11 years ago
ncurses-pong.c reindent 11 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