Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GNU libs docs を読むと、次のことがわかります。
一部の非 GNU システムは alloca をサポートしていないため、移植性が低くなります。ただし、C で記述された alloca のより低速なエミュレーションは、この欠陥のあるシステムで使用できます。
alloca()VLAも利用できないと仮定すると、Cエミュレーションはどのようになりますか?
alloca()