Function of integer calling in another file skipped partly
Being here just 30 seconds.I have two questions, where the first one is about using a typdef union{} in other files, see my code here // a.h typedef union{ float vf; unsigned char vuc[4]; }fc4; // a.c fc4 vfc4a; // b.c #include "a....