Y
Hacker News
new
|
ask
|
show
|
jobs
by
makapuf
2545 days ago
It's not necessarily tiny but it's optional (besides main() ). Linux kernel, baremetal embedded does not use this.
1 comments
pjmlp
2545 days ago
Linux kernel surely used it during the time they had VLAs in, they are now mostly removed thanks to Google efforts reducing memory exploits on the Linux kernel.
One just links another implementation, just like printf() vs printk().
link
One just links another implementation, just like printf() vs printk().