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

Subversion Repositories csa

[/] [csa/] [trunk/] [pc/] [misc.h] - Blame information for rev 31

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

Line No. Rev Author Line
1 30 simon111
/*
2
 * =====================================================================================
3
 *
4
 *       Filename:  misc.h
5
 *
6
 *    Description:  some stuff
7
 *
8
 *        Version:  1.0
9
 *        Created:  04/16/2009 08:19:32 PM
10
 *       Revision:  none
11
 *       Compiler:  gcc
12
 *
13
 *         Author:  mengxipeng@gmail.com
14
 *
15
 * =====================================================================================
16
 */
17
 
18
 
19
#ifndef __MISC__
20
#define __MISC__
21
 
22
#include <stdio.h>
23
 
24
#define DEBUG_LINE(fmt,arg...) \
25
        do{   printf(fmt,##arg);printf("\n");fsync(stdout);}while(0)
26
 
27
#endif
28
 

powered by: WebSVN 2.1.0

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