Ignore:
Timestamp:
Feb 28, 2009, 5:46:25 AM (16 years ago)
Author:
bird
Message:

kash: forking on widnows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/shheap.h

    r2291 r2292  
    11/* $Id$ */
    22/** @file
    3  * The shell heap methods.
     3 * The shell memory heap methods.
    44 */
    55
     
    3232
    3333/* heap */
     34int shheap_init(void);
    3435void *sh_malloc(shinstance *, size_t);
    3536void *sh_calloc(shinstance *, size_t, size_t);
Note: See TracChangeset for help on using the changeset viewer.