Skip to content

Fix implicit strcasecmp by addind <strings.h> - #125

Open
concatime wants to merge 1 commit into
abishekvashok:masterfrom
concatime:fix-implicit-strcasecmp
Open

Fix implicit strcasecmp by addind <strings.h>#125
concatime wants to merge 1 commit into
abishekvashok:masterfrom
concatime:fix-implicit-strcasecmp

Conversation

@concatime

Copy link
Copy Markdown

No description provided.

@abishekvashok abishekvashok left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we really need it - string.h is the standard implementation.

@concatime

Copy link
Copy Markdown
Author

Not really. See the POSIX man page: https://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html. It clearly states #include <strings.h>.

@abishekvashok

Copy link
Copy Markdown
Owner

Not really. See the POSIX man page: https://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html. It clearly states #include <strings.h>.

Yeah it does! But is it supported widely enough?

@abishekvashok abishekvashok added the Changes requested Changes have been requested for this PR. label Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changes requested Changes have been requested for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants