You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are developing the bindings for the C library littlefs (littlefs2-sys), and we have to include implementations of strspn and strcspn that are used by littlefs.
A PR made us aware of tinyrlibc, where it would seem to make more sense to have these implementations. Would these fit here?
The text was updated successfully, but these errors were encountered:
Hi!
We are developing the bindings for the C library
littlefs
(littlefs2-sys), and we have to include implementations ofstrspn
andstrcspn
that are used bylittlefs
.A PR made us aware of
tinyrlibc
, where it would seem to make more sense to have these implementations. Would these fit here?The text was updated successfully, but these errors were encountered: