/usr/share/z88dk/include/abc80.h is in z88dk-data 1.8.ds1-10.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | /*
* Headerfile for ABC80 specific stuff
*
* $Id: abc80.h,v 1.2 2007/11/02 09:31:39 stefano Exp $
*/
#ifndef __ABC80_H__
#define __ABC80_H__
#include <sys/types.h>
/////////////
// GRAPHICS
/////////////
// Invert graphics display
extern void __LIB__ abc_inv ();
#endif
|