• Problem when .c file is directly included in another file using #include
    I have a Keil uv2 project which has two .c files namely main.c and add.c. The file main.c has function main. The add.c file has definition of function add. In main.c I included add.c using include statement...
  • Problem when .c file is directly included in another file using #include
    I have a Keil uv2 project which has two .c files namely main.c and add.c. The file main.c has function main. The add.c file has definition of function add. In main.c I included add.c using include statement...
  • include problem
    ******************* task.h ****************** #ifndef __TASK_H__ #define __TASK_H__ # include "SDA55XX.H" # include "RC_CODES.H" # include "CONSTANT.H" # include "inouts.h" # include "osd.h" # include...
  • include problem
    ******************* task.h ****************** #ifndef __TASK_H__ #define __TASK_H__ # include "SDA55XX.H" # include "RC_CODES.H" # include "CONSTANT.H" # include "inouts.h" # include "osd.h" # include...
  • Include Files Problem
    Hi Friends, I'm currently working on C51v6.02 by Keil, My Problem goes like this: I have a project which has the files file1.c , file2.c , file3.c . And header files header1.h , header2.h , header3...