Comment by angersock
12 years ago
So, this is an interesting approach to strings:
It's basically a malloc()/free() implementation with printf, some formatting, and strcat bolted onto it. (Strictly speaking, it may or may not use free lists or whatever, but the use of the header and returned pointer is quite similar.)
And that's awesome.
No comments yet
Contribute on Hacker News ↗