gd_compat.h 144 B

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