boschresearch / blech

Blech is a language for developing reactive, real-time critical embedded software.
Apache License 2.0
72 stars 6 forks source link

Remove extern information from signature #52

Closed schorg closed 3 years ago

schorg commented 3 years ago

Describe the todo Signatures should not contain keyword extern and any C-binding annotations.

Link to a branch develop

Task list To mark completed todos, use [x]

schorg commented 3 years ago

This is a bad idea. It is important to know which .h-files are needed.