9 lines
132 B
C
9 lines
132 B
C
#ifndef _strclass_h
|
|
#ifdef __GNUG__
|
|
#pragma once
|
|
#endif
|
|
#define _strclass_h
|
|
#include <String.h>
|
|
typedef class String string;
|
|
#endif
|