zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

malloc.h (88B) - Raw


      1 /*-
      2  * This file is in the public domain.
      3  */
      4 #include <stdlib.h>
      5 #include <malloc_np.h>