URL
https://opencores.org/ocsvn/csa/csa/trunk
[/] [csa/] [trunk/] [pc/] [misc.h] - Diff between revs 30 and 38
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 30 |
Rev 38 |
Line 18... |
Line 18... |
|
|
#ifndef __MISC__
|
#ifndef __MISC__
|
#define __MISC__
|
#define __MISC__
|
|
|
#include <stdio.h>
|
#include <stdio.h>
|
|
//#include <unistd.h>
|
|
|
#define DEBUG_LINE(fmt,arg...) \
|
#define DEBUG_LINE(fmt,arg...) \
|
do{ printf(fmt,##arg);printf("\n");fsync(stdout);}while(0)
|
do{ printf(fmt,##arg);printf("\n");fflush(stdout);}while(0)
|
|
|
#endif
|
#endif
|
|
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.