Files
2024-02-19 00:21:16 -05:00

6 lines
96 B
C

#ifndef _strclass_h
#define _strclass_h
#include <String.h>
typedef class String string;
#endif