14 lines
173 B
Plaintext
14 lines
173 B
Plaintext
%openfile main_file = "rt_main.c"
|
|
%selectfile main_file
|
|
|
|
#include "%<CompiledModel.Name>.h"
|
|
|
|
int rt_main(void)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
%selectfile NULL_FILE
|
|
%closefile main_file
|
|
|