view final_isi/wrapper.h @ 79:3abba0311c07

Add note about fisi.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Aug 2012 06:17:22 +0300
parents e76a4e19363d
children d419dc43bde4
line wrap: on
line source

#include "../pwplib/pwplib.h"
typedef unsigned short int sint16;

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

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