diff debug_db.h @ 53:b31bed246abd

fix code and add log.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 25 Jan 2011 17:43:30 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/debug_db.h	Tue Jan 25 17:43:30 2011 +0900
@@ -0,0 +1,10 @@
+#ifndef INCLUDE_DEBUG_DB
+#define INCLUDE_DEBUG_DB
+
+typedef struct DebugDB {
+  const char *name;
+  int count;
+
+} DebugDB, DebugDBPtr;
+
+#endif