#pragma once #include "stdlib.h" typedef int gnBool; #define gnFalse 0; #define gnTrue 1; typedef size_t gnSize;