Menu

[r1401]: / advanced / lib / util / include / girmath.h  Maximize  Restore  History

Download this file

9 lines (5 with data), 132 Bytes

1
2
3
4
5
6
7
#ifndef __GIRMATH_H
#define __GIRMATH_H
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.