summaryrefslogtreecommitdiff
path: root/compat/alloca/README.md
blob: 69fc458fcda9f3b004189ca27fab9bdbfa1be412 (plain)
1
2
3
4
5
6
7
# Compatibility Module for alloca

This module contains a replacement header for alloca. To use this module
simply make sure to `#include <alloca.h>` in the file where alloca
should be used. If the header is missing the path to the replacement
header is added to the global include paths, so nothing more needs to be
done.