PandA-2024.02
documentation
tutorial_fpl_2022
03-optimizations
Exercise6
module.c
Go to the documentation of this file.
1
float
user_fp
(
float
a,
float
b,
float
c)
2
{
3
return
a * b + c;
4
}
user_fp
float user_fp(float a, float b, float c)
Definition:
module.c:1
Generated on Mon Feb 12 2024 13:02:48 for PandA-2024.02 by
1.8.13