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

Guide: integrating a C library #1916

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Guide: integrating a C library #1916

merged 1 commit into from
Sep 11, 2024

Conversation

plajjan
Copy link
Contributor

@plajjan plajjan commented Sep 11, 2024

This includes a page on how to integrate a C library into Acton code. We use the zlib C library to implement an Acton zlib modue for compression decompression. We go through memory allocation and other things one needs to keep in mind when working with C code around Acton.

This includes a page on how to integrate a C library into Acton code. We
use the zlib C library to implement an Acton zlib modue for compression
decompression. We go through memory allocation and other things one
needs to keep in mind when working with C code around Acton.
@plajjan plajjan merged commit e60de52 into main Sep 11, 2024
22 of 23 checks passed
@plajjan plajjan deleted the guide-working-with-c branch September 11, 2024 20:53
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