Misra Example Suite at docker コンパイル完了までの道のり。docker(154) error(56)
https://qiita.com/kaizen_nagoya/items/71f04a0204d5a1114577
misrac2012.h
https://qiita.com/kaizen_nagoya/items/e9624af1832b0c28ec67
/*
- 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_02_01.c";
#include "mc3_types.h"
#include "mc3_header.h"
int main ( void )
{
D_2_main_support ( );
PR1(src,s);
return EXIT_SUCCESS;
}
/* end of D_02_system.c */