Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
12 |
nishi |
1 |
/* $Id: debug.h 12 2024-08-29 04:19:08Z nishi $ */
|
|
|
2 |
|
|
|
3 |
#ifndef __DEBUG_H__
|
|
|
4 |
#define __DEBUG_H__
|
|
|
5 |
|
|
|
6 |
void debug_put_number(unsigned char, unsigned char);
|
|
|
7 |
void debug_number(unsigned short);
|
|
|
8 |
void debug_card(int, int);
|
|
|
9 |
|
|
|
10 |
#endif
|