mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[liba] Add alloca.h
Change-Id: I190dd8a0836a60fa95cd159f6f636f7850fe7b63
This commit is contained in:
committed by
Romain Goyet
parent
c5d917c360
commit
301e0a7891
6
liba/include/alloca.h
Normal file
6
liba/include/alloca.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef LIBA_ALLOCA_H
|
||||
#define LIBA_ALLOCA_H
|
||||
|
||||
#define alloca(size) __builtin_alloca(size)
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user