The unified diff between revisions [7ac10cd3..] and [b85a3bbc..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'types.h'

#
# old_revision [7ac10cd34167baa43683a09e9e9e6778e691171d]
# new_revision [b85a3bbccc40f21e02f50101af764be93eeb9538]
#
# add_file "types.h"
#  content [49a315c562aaaebae9b01bb9c80bb51b7bd548cb]
#
============================================================
--- /dev/null	
+++ types.h	49a315c562aaaebae9b01bb9c80bb51b7bd548cb
@@ -0,0 +1,8 @@
+#ifndef __TYPES_H
+#define __TYPES_H
+
+typedef int bool;
+#define TRUE 1
+#define FALSE 0
+
+#endif /* __TYPES_H */