14 lines
135 B
C
14 lines
135 B
C
|
#ifndef STRINGUTILS_H
|
||
|
#define STRINGUTILS_H
|
||
|
|
||
|
#include <string>
|
||
|
#include <vector>
|
||
|
|
||
|
namespace StringUtils{
|
||
|
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // STRINGUTILS_H
|