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

Make Tiny C89 compliant #1

Open
msteinbeck opened this issue Nov 2, 2020 · 0 comments
Open

Make Tiny C89 compliant #1

msteinbeck opened this issue Nov 2, 2020 · 0 comments

Comments

@msteinbeck
Copy link

Hi @andsmedeiros,

thank you for creating and sharing this library. I would like to use it in my project (https://github.com/msteinbeck/tinyspline). I'm planning to replace explicit calls to malloc and free with preprocessor definitions, allowing users of TinySpline to define them with custom implementations (e.g., if memory must be allocated on stack). In order to test these definitions, I need a smell, yet functional implementation of malloc and free for my unit tests.

Tiny is implemented in c11. Because TinySpline is implemented in c89, I cannot make use of your code. Can I convince you to make your code c89 compliant?

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

No branches or pull requests

1 participant