You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef MISRA_TEST_H
|
|
#define MISRA_TEST_H
|
|
struct misra_h_s { int foo; };
|
|
bool test(char *a); // OK
|
|
int misra_8_2_no_fp(int a);
|
|
void misra_8_4_bar(void);
|
|
#endif // MISRA_TEST_H
|