view debug_db.h @ 62:a5ddd99181df

add log files.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 09 Feb 2011 00:39:35 +0900
parents b31bed246abd
children
line wrap: on
line source

#ifndef INCLUDE_DEBUG_DB
#define INCLUDE_DEBUG_DB

typedef struct DebugDB {
  const char *name;
  int count;

} DebugDB, DebugDBPtr;

#endif