(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/gadtools.h>
#include <intuition/intuition.h>
VOID FreeMenus (menu)
LOCATION
In GadToolsBase at offset 9
SYNOPSIS
struct Menu * menu
FUNCTION
Frees the menus allocated by CreateMenusA().
INPUTS
menu
pointer to the menu (or first MenuItem) to be freed, may be NULL.
RESULT
EXAMPLE
SEE ALSO
CreateMenusA()
NOTES
BUGS
INTERNALS
HISTORY
11.02.1999 hkiel
Added empty skeletons