#>'while (b != null) {printf(buffer->chunk); b = b->next;}
Explore tagged Tumblr posts
Text
I love spending like 10 minutes trying to fix a bug when the bug is actually in my test
#>be me#>have linked list of buffers called 'buffer'#>make variable 'b' equal to buffer#>'while (b != null) {printf(buffer->chunk); b = b->next;}#>wonder why my output is wrong#ok that's not actually how you use printf but I can't put commas in tags so I can't use the actual syntax
0 notes