.defs & .s file extension

G

G Patel

aan anyone tell me what a .defs and .s file extensions are in a C
program (folder)?

thanks a lot
 
W

Walter Roberson

:aan anyone tell me what a .defs and .s file extensions are in a C
:program (folder)?

Non-standard, so it would depend upon the implimentation.

Commonly .s would be assembler code generated as the output of
the C parser. In some implimentations, assembler is a necessary
step (i.e., the code generation is done by the assembler) and
in others the compiler is able to go right to binary but will
output assembler if you ask it to.

A .defs file... sounds like it might be either a symbol table
or a pre-processed version of the header files [preprocessing
can speed compilation quite a bit.]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top