NetBSD/gnu/lib/libg++/g++-include/Pix.h

10 lines
113 B
C
Raw Normal View History

1993-03-21 12:45:37 +03:00
#ifndef _Pix_h
#ifdef __GNUG__
#pragma once
#pragma interface
#endif
#define _Pix_h 1
typedef void* Pix;
#endif