In this tutorial you will learn how to create a model for C from scratch. There are some more steps to do in C compared to Java. The goal is to get familiar with the additional steps. The Java tutorial is a prerequisite for the following explanations. You will perform the following steps:
create a new model from scratch for C
create structure and behavior similar to Java
create a launch configuration for the C code generator
setup the C environment
generate the source code
run the model
Make sure that you have set up the workspace as described in Setting up the Workspace for C Projects.