Go to file
hasufell 2887dd2117
Fix realloc() usage
We must not do:
  foo = realloc(foo, ...)
if realloc fails, then we have no idea about it, so we
have to use temporary NULL initialized pointers.
2014-05-07 21:13:29 +02:00
.gitignore Add .gitignore 2014-05-06 23:11:01 +02:00
COPYING Add GPL-2 license 2014-05-06 23:20:16 +02:00
Doxyfile Add doxyfile 2014-05-06 23:14:05 +02:00
Makefile Add missing types.h and fix Makefile 2014-05-06 23:11:42 +02:00
err.h Add GPL-2 license 2014-05-06 23:20:16 +02:00
main.c Take .obj file as program argument 2014-05-07 21:08:47 +02:00
parser.c Fix realloc() usage 2014-05-07 21:13:29 +02:00
parser.h Set parameters const where possible 2014-05-06 23:29:01 +02:00
testcube_mitSpitze.obj Add .obj test files 2014-05-06 23:11:13 +02:00
testcube_trans.obj Add .obj test files 2014-05-06 23:11:13 +02:00
types.h Add GPL-2 license 2014-05-06 23:20:16 +02:00