Dashboard
PHP:
8.1.34
OS:
Linux
User:
uid288609
/
/
opt
/
php7.4
/
include
/
php
/
20190902
/
ext
/
gd
/
libgd
📤 Upload
📝 New File
📁 New Folder
Close
Editing: gd_intern.h
#ifndef GD_INTERN_H #define GD_INTERN_H #ifndef MIN #define MIN(a,b) ((a)<(b)?(a):(b)) #endif #define MIN3(a,b,c) ((a)<(b)?(MIN(a,c)):(MIN(b,c))) #ifndef MAX #define MAX(a,b) ((a)<(b)?(b):(a)) #endif #define MAX3(a,b,c) ((a)<(b)?(MAX(b,c)):(MAX(a,c))) #endif
Save
Cancel