mongoose/docs/c-api/util.h/mg_casecmp.md

11 lines
182 B
Markdown
Raw Normal View History

---
title: "mg_casecmp()"
decl_name: "mg_casecmp"
symbol_kind: "func"
signature: |
int mg_casecmp(const char *s1, const char *s2);
---
Cross-platform version of `strcasecmp()`.