Gama C Library
Gama C API Documentation
_math.h
Go to the documentation of this file.
1#pragma once
2#ifdef GM_MATH
3#include "math.h"
4#else
5#include <math.h>
6#include <stdlib.h>
7#endif