mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-24 17:24:15 +08:00
9 lines
125 B
Plaintext
9 lines
125 B
Plaintext
|
// Main header for the -*- C++ -*- string classes.
|
||
|
|
||
|
#ifndef __STRING__
|
||
|
#define __STRING__
|
||
|
|
||
|
#include <std/bastring.h>
|
||
|
|
||
|
#endif
|