You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm working on a std=gnu90 codebase with dynamic memory not allowed. I would like to use Cello's Array type to pass arrays into functions instead of pointers and to use bound checks. Can Array be statically allocated? And if so, what is the minimal subset of Cello's codebase I need to use it in my codebase?
The text was updated successfully, but these errors were encountered:
Hello! I'm working on a
std=gnu90
codebase with dynamic memory not allowed. I would like to use Cello'sArray
type to pass arrays into functions instead of pointers and to use bound checks. CanArray
be statically allocated? And if so, what is the minimal subset of Cello's codebase I need to use it in my codebase?The text was updated successfully, but these errors were encountered: