CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to CCS Technical Support

Search found 3 matches
CCS Forum Index
Author Message
  Topic: somehow access the ccsc preprocessor output file
zaskzask

Replies: 1
Views: 7613

PostForum: General CCS C Discussion   Posted: Wed Aug 23, 2017 6:16 am   Subject: somehow access the ccsc preprocessor output file
Hi,

With the gcc compiler if we put

gcc -E

We get the c code after the preprocessing step. By curiosity, I was wondering if one could do the same thing with the CCS C Inc compiler. I tried to ...
  Topic: include header files in my project to include the .c
zaskzask

Replies: 5
Views: 14542

PostForum: General CCS C Discussion   Posted: Tue Jun 27, 2017 2:47 pm   Subject: include header files in my project to include the .c
Does this mean that people usually write all the code in just one .c file?

The correct way for putting together my code would be to include the .c in the main?

#include<x.c>
#include<y ...
  Topic: include header files in my project to include the .c
zaskzask

Replies: 5
Views: 14542

PostForum: General CCS C Discussion   Posted: Tue Jun 27, 2017 12:20 pm   Subject: include header files in my project to include the .c
Hi Smile ,

I can't seem to understand how to do a ccs project.
In my main.c I include the header files (which include the prototypes of the functions defined in the .c file) :

#include<x.h> ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group