mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
global cleaning, restructure
This commit is contained in:
@@ -17,7 +17,7 @@ int count(String str, String found) {
|
||||
}
|
||||
|
||||
boolean isDigitStr(String str) {
|
||||
for (int i = 0; i < str.length(); i++) {
|
||||
for (size_t i = 0; i < str.length(); i++) {
|
||||
if (!isDigit(str.charAt(i))) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user