comparison AnimationMaster.c @ 265:104d0b27de12

make DEBUG__printf variadic, add realloc, remove some dead code
author Nina Engelhardt <nengel@mailbox.tu-berlin.de>
date Thu, 27 Dec 2012 12:19:59 +0100
parents 7ed97c961901
children 68212347d1d8
comparison
equal deleted inserted replaced
7:0145129a40f5 8:21d71fce70f4
9 #include <stdio.h> 9 #include <stdio.h>
10 #include <stddef.h> 10 #include <stddef.h>
11 11
12 #include "VMS.h" 12 #include "VMS.h"
13 13
14 14 #include <unistd.h>
15 ssize_t read(int fd, void *buf, size_t count);
15 16
16 /*The animationMaster embodies most of the animator of the language. The 17 /*The animationMaster embodies most of the animator of the language. The
17 * animator is what emodies the behavior of language constructs. 18 * animator is what emodies the behavior of language constructs.
18 * As such, it is the animationMaster, in combination with the plugin 19 * As such, it is the animationMaster, in combination with the plugin
19 * functions, that make the language constructs do their behavior. 20 * functions, that make the language constructs do their behavior.