SCASH_ALLOC(3)
SCASH Programmer's Manual
SCASH_ALLOC(3)
NAME
scash_alloc - allocate shared memory

SYNOPSIS
char* scash_alloc(int size)

DESCRIPTION
scash_alloc() allocates shared memory and returns a pointer to it.

RETURN VALUES
scash_alloc() returns a pointer to the allocated shared memory on success, or 0 on failure.

SEE ALSO
scash_free(3)

$Id: scash_alloc.html,v 1.1.1.1 2002/02/12 02:00:13 kameyama Exp $