nalchi
Loading...
Searching...
No Matches
alloca.hpp
1
#pragma once
2
3
#if defined(_WIN32)
4
5
#include <malloc.h>
6
#define NALCHI_ALLOCA _alloca
7
8
#else
9
10
#include <alloca.h>
11
#define NALCHI_ALLOCA alloca
12
13
#endif
include
nalchi
alloca.hpp
Generated by
1.12.0