HydrologicEngineeringCenter / hec-dss

source code for HEC-DSS (Data Storage System)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strcasestr -- is causing a conflict on macOS

ktarbet opened this issue · comments

const char *strcasestr(const char *haystack, const char *needle) {

Could this be renamed to something like hec_dss_strcasestr ?