#ifndef VIRTUALMATH___VIRTUALMATH_H #define VIRTUALMATH___VIRTUALMATH_H #include <stdio.h> #include <string.h> #include <stdlib.h> #include "mem.h" #define bool int #define true 1 #define false 0 #endif //VIRTUALMATH___VIRTUALMATH_H