/
/
opt
/
alt
/
php71
/
usr
/
include
/
php
/
ext
/
gd
/
libgd
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.52
PHP 8.3.16
Dir:
/opt/alt/php71/usr/include/php/ext/gd/libgd
Edit:
/opt/alt/php71/usr/include/php/ext/gd/libgd/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
Ukuran: 261 B