berry-lang / berry

A ultra-lightweight embedded scripting language optimized for microcontrollers.
https://berry-lang.github.io
MIT License
782 stars 95 forks source link

Add local strncasecmp implementation #412

Closed s-hadinger closed 2 months ago

s-hadinger commented 2 months ago

Add a local implementation of strncasecmp to avoid depending on POSIX libraries.

Replaces #408