jzarnett / ece459

ECE 459: Programming for Performance
436 stars 136 forks source link

Minor edits to L05. #26

Closed bhamodi closed 6 years ago

bhamodi commented 6 years ago

Minor edits to L05.

I was going to add return 0; to the int main() functions and return NULL; to the void* functions, so that they have explicit returns, but ended up deciding against that. Let me know if what you think.