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 ffa93c8d34 Add an example of undefined behaviour 10 years ago
.gitignore Add an example of undefined behaviour 10 years ago
IDEAS Add IDEAS 10 years ago
Makefile Add an example of undefined behaviour 10 years ago
approximate-pi.c Add comment about which method is used to approximate pi 10 years ago
av-variance.c Assert that we have n>=2 samples 10 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 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
mtrace-test.c add a simple test of mtrace 11 years ago
multibrot.c mark arg of compmandelbrot as unused to suppress compiler warning 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
undefined-behaviour.c Add an example of undefined behaviour 10 years ago
wo-lernen.c make pedantic clang happier by not specifying unused argc/argv 11 years ago