retire _CONST, _VOLATILE, _SIZET, _ARGS, _VOID

This commit is contained in:
Ben Gras
2012-03-25 20:38:37 +02:00
parent 7336a67dfe
commit db242ed39d
27 changed files with 110 additions and 131 deletions

View File

@@ -12,7 +12,7 @@
#define MAX_ERROR 4
#define ITERATIONS 10
_VOLATILE int glov, gct;
volatile int glov, gct;
int errct;
int subtest;
#include "common.c"