Add jack_position_t::tick_double, and flags around it (#770)
[jack2.git] / compat / alloca / README.md
blob69fc458fcda9f3b004189ca27fab9bdbfa1be412
1 # Compatibility Module for alloca
3 This module contains a replacement header for alloca. To use this module
4 simply make sure to `#include <alloca.h>` in the file where alloca
5 should be used. If the header is missing the path to the replacement
6 header is added to the global include paths, so nothing more needs to be
7 done.