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

Subversion Repositories csa

[/] [csa/] [trunk/] [pc/] [misc.h] - Rev 30

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

/*
 * =====================================================================================
 *
 *       Filename:  misc.h
 *
 *    Description:  some stuff
 *
 *        Version:  1.0
 *        Created:  04/16/2009 08:19:32 PM
 *       Revision:  none
 *       Compiler:  gcc
 *
 *         Author:  mengxipeng@gmail.com
 *
 * =====================================================================================
 */
 
 
#ifndef __MISC__
#define __MISC__
 
#include <stdio.h>
 
#define DEBUG_LINE(fmt,arg...) \
        do{   printf(fmt,##arg);printf("\n");fsync(stdout);}while(0)
 
#endif
 
 

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

powered by: WebSVN 2.1.0

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