#pragma once #ifdef __cplusplus extern "C" { #endif bool cartesian_inside(int width, int height, int x, int y); #ifdef __cplusplus } #endif