Blame | Last modification | View Log | Download | RSS feed
/* $Id: debug.h 18 2024-08-29 06:56:23Z nishi $ */
#ifndef __DEBUG_H__
#define __DEBUG_H__
void debug_put_number(unsigned char, unsigned char);
void debug_number(unsigned short);
void debug_card(int, int);
#endif