We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am specifying a initialize entrypoint to a function in C like this:
thread implementation My_C_Function_Pulse.others properties Initialize_Entrypoint_Source_Text => "init_HELLOWORLD";
The case of the function name is not respected and POHIC generates this:
extern void init_helloworld (void);
This is not right and results in link errors.
The text was updated successfully, but these errors were encountered:
Duplicate of #5 .. yep, that old
Sorry, something went wrong.
Alright, let me know when you can fix it, in the meantime I used a workaround.
No branches or pull requests
I am specifying a initialize entrypoint to a function in C like this:
The case of the function name is not respected and POHIC generates this:
This is not right and results in link errors.
The text was updated successfully, but these errors were encountered: