colors

extract colors from pictures
git clone git://git.2f30.org/colors
Log | Files | Refs | README | LICENSE

util.h (122B)


      1 /* See LICENSE file for copyright and license details. */
      2 #undef reallocarray
      3 void *reallocarray(void *, size_t, size_t);