php-8.0.30-src/ext/gd/gd_compat.h

8 lines
144 B
C

#ifndef GD_COMPAT_H
#define GD_COMPAT_H 1
/* from gd_compat.c of libgd/gd_security.c */
int overflow2(int a, int b);
#endif /* GD_COMPAT_H */