0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

misra Example Suite D02

Posted at

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 */

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?