LeviLamina
Loading...
Searching...
No Matches
Detail.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Util::Detail {
6// functions
7// NOLINTBEGIN
8MCNAPI int compareIgnoreCase(char const* lhs, char const* rhs, uint64 size);
9// NOLINTEND
10
11} // namespace Util::Detail