Citation Hunt

The Wikipedia snippet below is not backed by a reliable source. Can you find one?

Click I got this! to go to Wikipedia and fix the snippet, or Next! to see another one. Good luck!

In page Integer (computer science):

"

Names for these include

  • Java: java.lang.Integer.MAX_VALUE, java.lang.Integer.MIN_VALUE[2]
    Corresponding fields exist for the other integer classes in Java.
  • C: INT_MAX, INT_MIN, etc.[citation needed][3]
    • GLib: G_MININT, G_MAXINT, G_MAXUINT, ...[4]
  • C++: std::numeric_limits<int>::max(), std::numeric_limits<int>::min(), etc.[5]