CodexBloom - AI-Powered Q&A Platform

Unexpected behavior in custom `strstr` implementation for case-insensitive search in C

👀 Views: 3 💬 Answers: 1 📅 Created: 2025-08-21
c string case-insensitivity

I'm trying to implement a custom version of `strstr` that performs a case-insensitive search for a substring within a string. However, I'm encountering unexpect...