Browse CVS Repository
Contents of /enbanfukusyaya/EnbanFukusyaYa/DriveAccess/log.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
( as text)
Mon Nov 1 14:34:11 2010 UTC
(13 years, 5 months ago)
by bananajinn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +3 -3 lines
File MIME type: text/x-chdr
*** empty log message ***
| 1 |
/** |
| 2 |
* @file log.h |
| 3 |
* @brief ログ関係 |
| 4 |
* @author BananaJinn |
| 5 |
* @version $Id: log.h,v 1.3 2010/01/17 09:26:25 bananajinn Exp $ |
| 6 |
* 円盤複写屋 |
| 7 |
* Copyright (C) 2004-2006 BananaJinn<banana@mxh.mesh.ne.jp>. |
| 8 |
*/ |
| 9 |
#ifndef __LOG_H__ |
| 10 |
#define __LOG_H__ |
| 11 |
|
| 12 |
extern void DebugLog(char *fmt, ...); |
| 13 |
extern void DebugDump(void *ptr, size_t size, const char *message); |
| 14 |
|
| 15 |
#endif /* !__LOG_H__ */ |
|