apple2ix/src/test/testcommon.h
2014-01-25 22:12:54 -08:00

21 lines
400 B
C

/*
* Apple // emulator for *nix
*
* This software package is subject to the GNU General Public License
* version 2 or later (your choice) as published by the Free Software
* Foundation.
*
* THERE ARE NO WARRANTIES WHATSOEVER.
*
*/
#ifndef _TESTCOMMON_H_
#define _TESTCOMMON_H_
#include "common.h"
#define MSG_SIZE 256
void flags_to_string(uint8_t flags, char *buf);
#endif // whole file