d3.sh
gcc D_03_01.c D_03_support.c D_03_system.c -o d3.exe
D_03_system.c
/*
* Release: 2016-11-01
*
* Example from MISRA C:2012 ( THIS IS NOT A TEST SUITE )
*
* Copyright HORIBA MIRA Limited.
*
* See file READ_ME.txt for full copyright, license and release instructions.
*/
#include "misrac2012.h"
char * src = "D_03_01.c";
#include "mc3_types.h"
#include "mc3_header.h"
int main ( void )
{
D_3_main_support ( );
PR1(src, s);
return EXIT_SUCCESS;
}
/* end of D_03_system.c */
$ chmod +x d3.sh
$ ./d3.sh
$ ./d3.exe
src = D_03_01.c