MAN page from RedHat Other XITE-3.3-3.i386.rpm
MALLOCINTP
Section: C Library Functions (3)
Updated: 16 Mar 1998
Index
NAME
MallocFloatP, MallocIntP - Allocate memory for a numberand return pointer
SYNTAX
#include <
xite/mallocp.h>
int *MallocIntP( int i );
int *MallocFloatP( int i );
DESCRIPTION
Allocates memory for an integer or a float and returns apointer to it.Can be used e.g. to supply the "closure" argument to theXtAddCallback() procedure.
DIAGNOSTICS
As for
malloc(3).
RETURN VALUE
Pointer to the allocated number or NULL if allocation failed.
AUTHOR
Svein Bøe
ID
$Id: mallocp.c,v 1.4 1997/01/06 10:55:59 svein Exp $
Index
- NAME
- SYNTAX
- DESCRIPTION
- DIAGNOSTICS
- RETURN VALUE
- AUTHOR
- ID
This document was created byman2html,using the manual pages.