In my project using F2808,there are two documents need use iqmath,so I include the IQmathLib.h: in the two documents,such as:
A.c
#include "IQmathLib.h"
…..
B.c
#include "IQmathLib.h"
But when “rebuld all”,The ccs3.1 display “warning: typedef name has already been declared (with same type)” two times.
1,What should I do?Ple teach me in detail .
2, In the IQmathLib.h ,why didn’t protect itself use ‘ifndef_define’ to prevent nulti_include it?