modernize code
This commit is contained in:
6
PCCcompiler/utils.h
Normal file
6
PCCcompiler/utils.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
#include <string>
|
||||
|
||||
std::string trim(const std::string& str);
|
||||
#endif
|
||||
Reference in New Issue
Block a user