OSDN Git Service

client 0.6.1.1 release
[unagi/old-svn-converted.git] / client / tag / 0.6.1.1 / type.h
diff --git a/client/tag/0.6.1.1/type.h b/client/tag/0.6.1.1/type.h
new file mode 100644 (file)
index 0000000..57678cd
--- /dev/null
@@ -0,0 +1,9 @@
+#ifndef _TYPE_H_
+#define _TYPE_H_
+#include <stdint.h>
+#include <stdbool.h>
+typedef uint8_t u8;
+enum{
+       OK = 0, NG
+};
+#endif