Today, it was the second time I stepped on an interesting problem with GCC (well, it is actually a behavior). I created a function which returns a void* in a .c file. This C file was then compiled and added in a library (.a). When I used this function in an application, I was getting […]
↧