Am 9. Oktober 2023 18:22:11 MESZ schrieb Alexandre Torres Porres porres@gmail.com:
*var.c:80:22: **error: **assigning to 'float' from incompatible type 't_float *'*
Well it's just what it says: you are trying to assign a `t_float*` value to a `t_float`. A `t_float` is some floating type, and it is not allowed to use it to store a pointer.
What's the question?
mfg.sfg.jfd IOhannes