LAPTOP-SNT8I5JK\Boounion
2025-03-03 bf55b2f3083cbfdeb83611b2fa2dd552bf5b0775
SourceCode/Bond/Servo/ToolUnits.cpp
@@ -301,4 +301,9 @@
      ltm.tm_hour, ltm.tm_min, ltm.tm_sec);
   return std::string(buffer);
}
bool CToolUnits::startsWith(const std::string& str, const std::string& prefix)
{
   return str.size() >= prefix.size() && str.compare(0, prefix.size(), prefix) == 0;
}