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
|