gitout

A static git page generator
git clone https://git.bracken.jp/gitout.git
Log | Files | Refs | Submodules | README | LICENSE

reallocarray.h (201B)


      1 #ifndef OPENBSD_REALLOCARRAY_H_
      2 #define OPENBSD_REALLOCARRAY_H_
      3 
      4 #include <stdlib.h>
      5 
      6 #undef reallocarray
      7 void* reallocarray(void* optr, size_t nmemb, size_t size);
      8 
      9 #endif  // OPENBSD_REALLOCARRAY_H_