Browse CVS Repository
Contents of /hos/junk/memchk/memchk.h
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1.1.1 -
( show annotations)
( download)
( as text)
(vendor branch)
Sun Oct 6 14:02:16 2002 UTC
(21 years, 6 months ago)
by ryuz
Branch: projecthos, MAIN
CVS Tags: release, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/x-chdr
no message
| 1 |
/* ------------------------------------------------------------------------ */ |
| 2 |
/* メモリチェックルーチン */ |
| 3 |
/* */ |
| 4 |
/* Copyright (C) 1998-2002 by Project HOS */ |
| 5 |
/* http://sourceforge.jp/projects/hos/ */ |
| 6 |
/* ------------------------------------------------------------------------ */ |
| 7 |
|
| 8 |
|
| 9 |
#ifndef __PREJECT_HOS__memchk_h__ |
| 10 |
#define __PREJECT_HOS__memchk_h__ |
| 11 |
|
| 12 |
|
| 13 |
#ifdef __cplusplus |
| 14 |
{ |
| 15 |
#endif |
| 16 |
|
| 17 |
int MemoryCheck(void *addr, unsigned long size); |
| 18 |
|
| 19 |
#ifdef __cplusplus |
| 20 |
} |
| 21 |
#endif |
| 22 |
|
| 23 |
|
| 24 |
#endif /* __PREJECT_HOS__memchk_h__ */ |
| 25 |
|
| 26 |
|
| 27 |
/* ------------------------------------------------------------------------ */ |
| 28 |
/* Copyright (C) 1998-2002 by Project HOS */ |
| 29 |
/* ------------------------------------------------------------------------ */ |
|