1 #ifndef GD_COMPAT_H 2 #define GD_COMPAT_H 1 3 4 /* from gd_compat.c of libgd/gd_security.c */ 5 int overflow2(int a, int b); 6 7 #endif /* GD_COMPAT_H */ 8
1 #ifndef GD_COMPAT_H 2 #define GD_COMPAT_H 1 3 4 /* from gd_compat.c of libgd/gd_security.c */ 5 int overflow2(int a, int b); 6 7 #endif /* GD_COMPAT_H */ 8