view debug_db.h @ 59:cd05eee90279

fix code.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Mon, 07 Feb 2011 03:31:18 +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