#ifndef DEFS_H #define DEFS_H typedef float REAL; typedef int INT; typedef unsigned int UINT; #endif