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

9 lines
132 B
C
Raw Normal View History

1993-03-21 12:45:37 +03:00
#ifndef _strclass_h
#ifdef __GNUG__
#pragma once
#endif
#define _strclass_h
#include <String.h>
typedef class String string;
#endif