ReactOS 0.4.16-dev-838-g27bb510
|
#include <schily/mconfig.h>
#include <schily/stdio.h>
#include <schily/stdlib.h>
#include <schily/unistd.h>
#include <schily/string.h>
#include <schily/standard.h>
#include <schily/schily.h>
#include <schily/nlsdefs.h>
Go to the source code of this file.
Functions | |
EXPORT int ___mexval | __PR ((int exval)) |
EXPORT void *___malloc | __PR ((size_t size, char *msg)) |
EXPORT void *___realloc | __PR ((void *ptr, size_t size, char *msg)) |
EXPORT char *___savestr | __PR ((const char *s)) |
EXPORT int | ___mexval (int exval) |
EXPORT void * | ___malloc (size_t size, char *msg) |
EXPORT void * | ___realloc (void *ptr, size_t size, char *msg) |
EXPORT char * | ___savestr (char *s) const |
Variables | |
static UConst char | sccsid [] |
LOCAL int | mexval |
Definition at line 39 of file mem.c.
Referenced by ___malloc(), ___mexval(), and ___realloc().