Skip to content

llext: export libc memmem function#442

Open
andreagilardoni wants to merge 1 commit intoarduino:mainfrom
andreagilardoni:memmem-export
Open

llext: export libc memmem function#442
andreagilardoni wants to merge 1 commit intoarduino:mainfrom
andreagilardoni:memmem-export

Conversation

@andreagilardoni
Copy link
Copy Markdown

Include missing string.h memmem function in llext_exports.c. This libc function requires _GNU_SOURCE to be defined before including the header string.h, otherwise the function is not defined

Include missing string.h memmem function in llext_exports.c. This libc
function requires _GNU_SOURCE to be defined before including the header
string.h, otherwise the function is not defined
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.

1 participant