Initial commit!

This commit is contained in:
reddsik
2017-03-26 13:00:19 +02:00
commit c85716f60e
90 changed files with 28790 additions and 0 deletions

8
alloc.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef ALLOC_H
#define ALLOC_H
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#endif