comparison 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
comparison
equal deleted inserted replaced
52:150e832193fe 53:b31bed246abd
1 #ifndef INCLUDE_DEBUG_DB
2 #define INCLUDE_DEBUG_DB
3
4 typedef struct DebugDB {
5 const char *name;
6 int count;
7
8 } DebugDB, DebugDBPtr;
9
10 #endif