(C) 1998 AROS - The Amiga Research OS


NAME
#include <utility/tagitem.h>
#include <utility/name.h>
#include <proto/utility.h>

struct NamedObject * AllocNamedObject ()

SYNOPSIS
STRPTR name
ULONG tag1
...

FUNCTION
Allocate a NamedObject. This is the varargs version of the function. For more information see AllocNamedObjectA() in utility.library.

INPUTS
name
The name of the object to allocate. tag1 - The first Tag of the arguments. End the list with TAG_DONE.

RESULT
The address of a NamedObject, or NULL if the allocation failed.

EXAMPLE

SEE ALSO
utility/ AllocNamedObjectA()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
02.04.1997 ldp
AROSfA: enable functions, define NO_INLINE_STDARG to disable inline handling of said functions
29.03.1997 ldp
Removed makedepend warnings
09.02.1997 iaint
AllocNamedObject() varargs function