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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [newlib-1.18.0/] [newlib-1.18.0-or32-1.0rc1/] [newlib/] [testsuite/] [include/] [check.h] - Blame information for rev 207

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 207 jeremybenn
#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.