OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-newlib/] [newlib-1.17.0/] [newlib/] [testsuite/] [include/] [check.h] - Blame information for rev 9

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 9 jlechner
#include <stdio.h>
2
#include <stdlib.h>
3
 
4
#define CHECK(a) { \
5
  if (!(a)) \
6
    { \
7
      printf ("Failed " #a " in <%s> at line %d\n", __FILE__, __LINE__); \
8
      fflush(stdout); \
9
      abort(); \
10
    } \
11
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.