view final_isi/wrapper.h @ 89:ea44e1d9eb7c default tip

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 25 May 2014 05:03:14 +0300
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);