Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace call to strsep() in g2c_csv_init() with local implementation to support Windows with clang #556

Merged
merged 4 commits into from
Nov 8, 2024

Conversation

AlysonStahl-NOAA
Copy link
Contributor

Fixes #555

@AlysonStahl-NOAA AlysonStahl-NOAA marked this pull request as ready for review November 6, 2024 22:10
src/g2ccsv.c Outdated Show resolved Hide resolved
@edwardhartnett edwardhartnett merged commit 923115a into NOAA-EMC:develop Nov 8, 2024
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

use of strsep() fails to find function definition in strings.h on Windows with clang
2 participants