In my program I use a driver whose name is red.c.
In red.c file there3 is the instruction:
#include<red>
which contains defs for the driver.
May I put that instruction in main file and cancel from red.c?
I need to put one function (contained in red.c) in main file and to go on using the other functions contained in red.c file.
Does it work?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum