Files
amiwm-neo/alloc.h

9 lines
89 B
C
Raw Normal View History

2017-03-26 13:00:19 +02:00
#ifndef ALLOC_H
#define ALLOC_H
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#endif