Implementation (.c) files
The implementation (
.c
) file contains implementations of operations (methods) whose prototypes are defined in the specification file.
For example, when you run the HelloWorld sample, one of the generated files is
Default.c
.
Multiline file header
Preprocessor directives for implementation files
Serializing global variables for instrumentation
Method implementations
File footer for implementation files
Feedback