NAME
MgetDescriptionSize - get the size of the description attribute
SYNOPSIS
#include "csf.h"
size_t MgetDescriptionSize(MAP *m);
PARAMETERS
-
MAP *m
-
the map to get it from
DESCRIPTION
get the size of the description attribute
RETURNS
the size of description buffer INCLUDING the termimating `\0`,
or 0 if not available or in case of error
SEE ALSO
MgetHistorySize
,
MgetNrColourPaletteEntries
,
MgetNrGreyPaletteEntries
,
MgetDescription
,
MgetHistory
,
MgetColourPalette
,
MgetGreyPalette
,
MputDescription
,
MputHistory
,
MputColourPalette
,
MputGreyPalette