Closed bakercp closed 7 years ago
Thanks. This is valid C, so it should compile even in MSVC, unless you enable C++ mode for C files. What kind of warning/error did you see?
Anyway, let's merge this, it's consistent with other usages of bsearch, too.
It was a type conversion error that said it required a cast. I'm not in front of the development machine at the moment, but the project file was likely set up to treat the file C file as C++. Anyway, thanks!
Allows direct compilation in Visual Studio.