view final_isi/wrapper.h @ 51:53676367d46f

Hack Final Isi to "work", kind of. Requires a nasty hack in pwplib to actually run (without it, it quits abruptly .. not yet sure why.)
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 May 2010 11:48:48 +0300
parents acb5694e93d9
children e76a4e19363d
line wrap: on
line source

#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <unistd.h>

#include "../pwplib/pwplib.h"

#define sqrt sqrt__
#define cprintf printf

#define DEBUG(a) fprintf(stderr,a "\n")

#define taimeri pwplib_timer()

/*extern inline int dummy(){}*/

/* taimeri => gettimer(); */

typedef unsigned char uchar;
typedef signed int sint;
#define uint unsigned int
typedef signed char schar;

/**/