Hacker News new | ask | show | jobs
by numbsafari 4638 days ago
The C standard library is pretty much a framework, isn't it?
1 comments

Absolutely not.

If you have done embedded programming you would know C standard library is pretty much a bunch of standard utils to do stuff like copy char arrays, print and do some memory related stuff.

That is hardly a framework.