Posts by Denys Marques • 19 points
1 post
-
1
votes1
answer329
viewsQ: How to allocate a dynamic stack with user-provided size?
I want to allocate a dynamic stack with the size provided by the user, then treat it as a "vector" would be more or less what I did in the function ALOCA? #include <stdio.h> #include…