Closed kimshrier closed 6 months ago
You do not need to include alloca.h on FreeBSD in order to have the prototype for the alloca function. It is defined in stdlib.h.
Oki doki thanks! Note though that I cannot guarantee BSD compatibility at all times because I only test changes on a vanilla Linux distro (Ubuntu).
You do not need to include alloca.h on FreeBSD in order to have the prototype for the alloca function. It is defined in stdlib.h.