hithesh123
Full Member level 6
- Joined
- Nov 21, 2009
- Messages
- 324
- Helped
- 1
- Reputation
- 2
- Reaction score
- 1
- Trophy points
- 1,298
- Location
- lax
- Activity points
- 3,548
I am trying organize my code and make it more readable and eazy to debug.
I have my constants in a header file and I need to use this in 2 .c files. Now I am getting the "Multiple public definitions" error.
How do I deal with this.
I have my constants in a header file and I need to use this in 2 .c files. Now I am getting the "Multiple public definitions" error.
How do I deal with this.