Files
Sourcetrail/bin/app/user/projects/tutorial/src/string.h
T

9 lines
73 B
C++

#ifndef STRING_H
#define STRING_H
class String
{
};
#endif // STRING_H