Is it possible to use .xc-extension in .c file?

If you have a simple question and just want an answer.
mogren3000
Member++
Posts: 19
Joined: Tue Apr 29, 2014 8:12 am

Is it possible to use .xc-extension in .c file?

Post by mogren3000 »

Hi.

I am trying to get xc extension to work in .c main file.

Have been trying the example code that shows how to do it if you have a .xc file as main file and another file that is a .c file and how its done but i want it the other way around.



mogren3000
Member++
Posts: 19
Joined: Tue Apr 29, 2014 8:12 am

Post by mogren3000 »

I did solve it.

Had been using '"extern "c"' instead of '"extern "C"'