view final_isi/wrapper.h @ 84:969fff31e495

Fix mingw cross build.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Feb 2013 00:40:26 +0200
parents d419dc43bde4
children
line wrap: on
line source

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

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

void         waitretrace();
signed int   mul32(int a, int b);