Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/malloc.h

    r15b8e495 rae75080a  
    4242
    4343extern void *malloc(const size_t size);
    44 extern void *calloc(const size_t nmemb, const size_t size);
    4544extern void *memalign(const size_t align, const size_t size);
    4645extern void *realloc(const void *addr, const size_t size);
Note: See TracChangeset for help on using the changeset viewer.