marcoschwartz / aREST

A RESTful environment for Arduino
http://aREST.io/
Other
1.2k stars 279 forks source link

Reduce uses of strlen() #299

Open david-w-t opened 3 years ago

david-w-t commented 3 years ago

strlen() is a loop traversal of a char array, don't traverse it more than once.